header Action
Parameters
value
The action to be taken on the specified header_name. Possible values include Append, Overwrite or Delete.
NOTE:
Appendcauses the specified header to be added to the request with the specified value. If the header is already present, the value is appended to the existing header value using string concatenation. No delimiters are added.Overwritecauses specified header to be added to the request with the specified value. If the header is already present, the specified value overwrites the existing value.Deletecauses the header to be deleted from the request.