Skip to content

HTTP_CUSTOM_HEADER

integer HTTP_CUSTOM_HEADER = 5;

Add an extra custom HTTP header to the request. The first string is the name of the parameter to change, e.g. "Pragma", and the second string is the value, e.g. "no-cache". Up to 8 custom headers may be configured per request. Note that certain headers, such as the default headers, are blocked for security reasons.

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here