HTTP Response Headers

Fetch the HTTP response headers of any URL — status code, content type, caching, security headers and more.

How to use

  1. Type a full URL (with https://). The tool fetches the response headers from the server side.
  2. Click "Fetch headers" and the server makes an HTTP request and returns the response headers.
  3. Read the table: status code, Content-Type, Cache-Control, security headers and anything else the server returned.

About this tool

HTTP response headers are the metadata a server sends back before the page content: the status code, the content type, caching instructions, security policies and more. They are invisible to the visitor but critical for developers, SEO auditors and security reviewers.

This tool runs get_headers from the server side, which means it sees the response as any server would — including headers that CORS would hide from a browser-side fetch. It does not follow more than one redirect, so you see the headers of the URL you typed, not the final destination.

The request runs with a 5-second timeout and rate limiting. The URL you check is not stored.

Frequently asked questions

Why not just use the browser developer tools?

Because the dev tools show headers as your browser receives them, after CORS filtering. This tool shows them as a server sees them, which includes headers the browser hides.

Does it follow redirects?

It follows one redirect at most. If the URL redirects, you see the headers of the redirect response, not the final page.

What security headers should I look for?

Strict-Transport-Security (HSTS), Content-Security-Policy (CSP), X-Frame-Options, X-Content-Type-Options and Referrer-Policy are the most important.

Is there a rate limit?

Yes. A few requests per minute is fine for normal use.

Related tools

Long links? Shorten them for free

Vai.la turns any URL into a short link with click statistics, QR Code and your own biolink.

Vai.la is not responsible for how the tools are used or for decisions made based on their results.