Skip to main content
Send Web Request

HTTP Headers

Headers are metadata for requests and responses.

Request vs response headers

Request headers describe what you're sending (Content-Type, Authorization). Response headers describe what the server returns (Cache-Control, CORS). Some headers appear in both (Content-Type).

HeaderPurpose
AuthorizationCredentials, Bearer tokens
Content-TypeType of body (JSON, form, etc.)
AcceptWhat response format you want
Cache-ControlCaching behavior