HTTP headers in service calls

You can send specific HTTP headers in your service call requests by providing input/import parameters with specific prefix. For example, if you want to send the ‘Accept’ header, the request input parameter name would be: HTTPHEADER_Accept The parameter value would be the value you wish to send, for example: text/plain To process the HTTP headers received […]

Skip to toolbar