Response Headers
Headers that will be sent back to you:
Header Name | Value | Required | Comments |
---|---|---|---|
Content-Type | application/json;charset=utf-8 | Yes | All responses will specify application/json as the Content-Type. |
Date | e.g. Fri, 19 April 2024 05:00:00 GMT | Yes | The response timestamp. |
Content-Length | XXX | Yes | The length of the response. |
X-CSRF-Token | XXX | Yes | Cross-site request forgery token. |
X-CSRF-Header | X-CSRF-TOKEN | Yes | The name of the header containing the Cross-site request forgery token. |
X-Powered-By | Collective2 | Yes | |
X-Content-Type-Options | nosniff | Yes | See documentation here |
Strict-Transport-Security | max-age=7776000 | Yes | |
Content-Security-Policy | frame-ancestors 'self' * | Yes | |
X-Limit-Type | e.g. S, M or H | Yes | The type of rate limit. Can be “S” (per 10 seconds), “M” (per 60 minutes), or “H” (per 24 hours). |
X-Limit-Limit | e.g. 100 | Yes | The number of allowed requests in the current period. |
X-Limit-Remaining | e.g. 99 | Yes | The number of remaining requests in the current period. |
X-Limit-Reset | e.g. 10 | No | The number of seconds left in the current period. |
Cache-Control | max-age=xxx | No | How long cached response is considered valid. |
Content-Encoding | e.g. br or gzip | No | The response compression algorithm. |
X-Original-Content-Length | XXX | No | The length of the compressed response. |
Vary | Accept-Encoding | No | Present if response was compressed. |
Last-Modified | e.g. Fri, 19 April 2024 05:00:00 GMT | No | RFC1123 pattern. UTC datetime when content was last modified. |