Look up HTTP header semantics, grammar, caching, and forwarding behavior.
A field name maps to its registered semantics, value grammar, cache impact, and request or response context. End-to-end and hop-by-hop behavior remain distinct, as do repeatable and non-combinable fields.
Category: security Search:
Strict-Transport-Security [security] Force HTTPS connections Example: Strict-Transport-Security: max-age=31536000; includeSubDomains X-Content-Type-Options [security] Prevents MIME type sniffing Example: X-Content-Type-Options: nosniff X-Frame-Options [security] Controls iframe embedding Example: X-Frame-Options: DENY X-XSS-Protection [security] Enables cross-site scripting filter Example: X-XSS-Protection: 1; mode=block Content-Security-Policy [security] Controls resources the user agent is allowed to load Example: Content-Security-Policy: default-src 'self' Referrer-Policy [security] Controls how much referrer info is sent Example: Referrer-Policy: strict-origi…
API documentation, proxy audits, and security reviews reference headers.