Loading...
Cheat sheet
Essential HTTP headers for security, caching, and performance.
| Header Name | Typical Value | Description |
|---|---|---|
| Authorization | Bearer <jwt> | Client credentials. |
| Content-Type | application/json | Body data format. |
| Origin | https://example.com | Cross-origin request source. |
| Referer | https://site.com/p | The previous URL. |