Returns the value previously set for the indicated Response Header Field.
Syntax
Response = HTTP_Services('GetResponseHeaderField', Name)
Returns
The value set for the specific HTTP response header field.
Parameters
Parameter | Description |
---|---|
Name | Header Field Name to get. Required. |
Remarks
The Name argument is case-insensitive but if the indicated Response Header Field has not been set then an error condition will be set. Any value can be entered for the Name argument, but there is a pre-defined list of standard HTTP response header field names which have been defined as metadata for this service to make it easier for the developer to select one. The current list is as follows:
Access-Control-Allow-Headers |
Access-Control-Allow-Methods |
Access-Control-Allow-Origin |
Allow |
Content-Encoding |
Content-Language |
Content-Length |
Content-Location |
Content-Disposition |
Content-Type |
Date |
Expires |
Last-Modified |
Link |
Location |
Retry-After |
Server |
Set-Cookie |
Transfer-Encoding |
Vary |
WWW-Authenticate |