Headers
The list of HTTP headers of the response is available under two formats: the default one is the pretty mode where all headers are listed in a tabular form with readable alignment of both names and values. The second mode is raw where all headers are displayed as they are received. This format is much more compact and could be less readable.
Talend Cloud API Tester understands a list of response headers and provides useful actions when you click them. See the table below for a complete list.
Response header | Action |
---|---|
Location | The URL of the current request is replaced by the header's value. |
x-xrds-location | The URL of the current request is set with the header's value. |
Set-Cookie | A new Cookie header is added to the request with the header's value. |
Etag | A new If-None-Match header is added to the request with the header's value (for more information, see Conditional Requests). |
Last-Modified | A new If-Modified-Since header is added to the request with the header's value (for more information, see Conditional Requests). |
Expires | A new If-Modified-Since header is added to the request with the header's value (for more information, see Conditional Requests). |
Cache-Control | If the value is a max-age or a s-max-age cache control directive, then a new header Cache-Control is added to the request with value max-age=0. |
Allow | These headers contain a list of clickable HTTP methods. Once clicked, the method of the current request is updated. |
Access-Control-Allow-Methods | These headers contain a list of clickable HTTP methods. Once clicked, the method of the current request is updated. |