Hi all,
I need to pass multiple custom headers in a RSD file:
- Host: xxxxx.cloud.xxxxx.com
- Authorization: Bearer dfdflejlflefdjeljfeoj
- Content-Length: 26
Is this the correct way to do this?
<api:set attr="Header:Name#1" value="Authorization" />
<api:set attr="Header:Value#1" value="Bearer dfdflejlflefdjeljfeoj" />
<api:set attr="Header:Name#2" value="Host" />
<api:set attr="Header:Value#2" value="xxxxx.cloud.xxxxx.com" />
<api:set attr="Header:Name#3" value="Content-Length" />
<api:set attr="Header:Value#3" value="26" />
Greets, Rogier