How to add More HTTP Headers (key, value) pair?
No. Part of them in http headers are encrypted.
HTTP Header is defined according to the framework as specified in [RFC2616] section 14.8.
https://www.rfc-editor.org/rfc/pdfrfc/rfc2616.txt.pdf
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am working on SSL (using webservice.h). Please find below the request. In the highlighted headers below , I want to add Keyid = "Value". I am trying to do this but not able to get any clue.
I have tried using WsAddCustomHeader but this is adding the keyid in the soap header and not in the HTTP header. The source code is here :httpCustomerHeaderPurchaseOrderClientExample. There are functions like WsSetHeader, but I do not know how to use them. Can you please suggest some solution to add Keyid = value in HTTP header. Thanks
How to add More HTTP Headers (key, value) pair?
No. Part of them in http headers are encrypted.
HTTP Header is defined according to the framework as specified in [RFC2616] section 14.8.
https://www.rfc-editor.org/rfc/pdfrfc/rfc2616.txt.pdf