Instantly see exactly which HTTP headers your browser sends—completely free, real-time, no storage.
Try It Now View ExamplesEvery time you click a link in your browser—whether you’re opening an article, streaming a video, or logging into your bank—your browser sends an HTTP request to the server hosting that link. But it’s more than just the address: along with the URL, your browser includes a set of HTTP headers that give servers important context.
Headers are key/value pairs like Referer
(which page you came from), User-Agent
(your browser and device), Accept-Language
(your preferred language), and Cookie
(session data). ShowHeaders exists to demystify that process by displaying exactly which headers your browser sends when making a request.
Create a link or button pointing to headers.php
.
When clicked, your browser will transmit all HTTP headers in the request.
Our script renders the headers in a neat table—no data is stored.
<a href="https://showheaders.com/headers.php" class="btn btn-primary">Test Headers</a>
<a href="https://showheaders.com/headers.php" target="_blank">Click Here to View Headers</a>
<script>
window.location.href = "https://showheaders.com/headers.php";
</script>
<form action="https://showheaders.com/headers.php" method="get">
<button type="submit">Submit Form</button>
</form>
ShowHeaders is a fully free service. We display your HTTP headers in real time and do not store any personal or request-level data.
We employ cookies only for session management, and use Apache logs to collect aggregate usage statistics (no identifying details). Your privacy is our top priority.
Comprehensive guide to understanding HTTP headers with examples and technical details.
Read DocumentationCode samples and practical examples for developers integrating ShowHeaders.
View ExamplesExplore the fascinating evolution of HTTP headers from the early web to today.
Read HistoryShowHeaders is completely free and will always remain so. If you find this tool useful for your development work, debugging, or learning, consider supporting its continued development and hosting.
Your support helps keep the servers running and enables us to add new features and maintain comprehensive documentation.
Tools we use and recommend for web development and header analysis. (Some links are affiliate links that help support this project)