How to View HTTP Headers

Easily inspect HTTP headers in Google Chrome.

Nicolas Lule Web Developer in Chicago, IL
Nicolas Lule June 7, 2021 ยท 1 min read
Share:

HTTP headers allow the client (user’s browser) and the server to pass additional information with an HTTP request or response via name-value pairs.


How to view HTTP headers in Google Chrome:

  1. In Chrome DevTools, click the Network tab.
  2. Reload the page, select any HTTP request on the left panel, and the HTTP headers will be displayed on the right panel.
  3. Click Headers (if not automatically selected).

Steps to take to see HTTP Headers in Google Chrome.
Steps to see HTTP headers in Google Chrome.