HTTP Header Checker
Display the HTTP response headers sent by a web server
Features
Retrieve HTTP headers
Retrieve the response headers of a specified URL on the server side and display them
Trace the redirect path
Follow 3xx redirects to the final destination and check the headers of each hop
Determine the status code
Color-code 2xx/3xx/4xx/5xx to grasp the response state at a glance
Copy headers
Copy the name and value of each item to the clipboard with one click
How to use
Enter a URL
Enter the URL of the page you want to check in the input field; the scheme can be omitted
Retrieve with the check button
Press the check button and the server retrieves and displays the headers
Check the headers and path
Check the status code and each header; redirects are shown in path order
Use cases
Checking cache settings
Verify cache behavior from Cache-Control and Expires
Inspecting security settings
Check whether defensive headers such as HSTS and CSP are present
Investigating redirects
Follow the destinations and number of hops to find loops or excessive redirects
Investigating server information
Infer the running environment and configuration from Server and X-Powered-By
Checking responses before release
Check status codes and configuration mistakes in advance just before release
Safety and Privacy
Server-side processing
Input is processed on the server; only information necessary for the inquiry is sent.
Temporary processing only
For retrieving HTTP headers, temporary processing occurs on the server, then data is discarded after results are returned.
Communications encrypted with HTTPS
All sent and received data is encrypted by TLS and cannot be read by third parties.
No transmission to third parties
Input content is not sent to external services such as ad networks or trackers.
Sent only to the target server
Accesses the entered URL to retrieve headers and sends only to the target server