HTTP REFERENCE

HTTP Headers Reference

Common request and response headers worth knowing during API testing.

HeaderDirectionPurpose
AuthorizationRequestCarries authentication credentials or tokens.
Content-TypeBothDescribes the media type of the body.
AcceptRequestIndicates response media types the client can handle.
Cache-ControlBothControls caching behavior.
LocationResponseProvides a URL for redirects or newly created resources.
ETagResponseIdentifies a particular representation of a resource.
Set-CookieResponseInstructs a browser to store a cookie.

QA checks