A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

HTTP Response Headers

About

A response header is an HTTP header that can be used in an HTTP response and doesn’t relate to the content of the message; response headers like Age, Location or Server are used to give a more detailed context of the response1.

List

Example

The following shows a few response and representation header after a GET request:

200 OK
Access-Control-Allow-Origin: *
Connection: Keep-Alive
Content-Encoding: gzip
Content-Type: text/html; charset=utf-8
Date: Fri, 16 May 2025 03:42:00 GMT
Etag: "c561c68d0ba92bbeb8b0f612a9199f722e3a621a"
Keep-Alive: timeout=5, max=997
Last-Modified: Fri, 16 May 2025 03:42:00 GMT
Server: Apache
Set-Cookie: my-key=my value; expires=Mon, 17-May-2025 16:06:00 GMT; Max-Age=31449600; Path=/; secure
Transfer-Encoding: chunked
Vary: Cookie, Accept-Encoding
X-Backend-Server: developer2.webapp.scl3.mozilla.com
X-Cache-Info: not cacheable; meta data too large
X-kuma-revision: 1085259
x-frame-options: DENY

Anki

References


  1. MDN. “HTTP Response headers”. Available at: https://developer.mozilla.org/en-US/docs/Glossary/Response_header. (Accessed: [2025-05-07 Wed 15:32]). ↩︎

Related Posts