Free diagnostic tool
HTTP Header Checker — HTTP Headers Lookup
Check HTTP headers for any URL: security headers (HSTS, CSP, X-Frame), Cache-Control, Content-Type, Server, status code. Ideal for security and performance audits.
How to check HTTP headers of a site?
HTTP Header Checker checks headers in 3 steps: 1) Enter a URL (with or without https://). 2) On clicking Check, the tool sends a HEAD request and analyzes response headers. 3) Results are classified: Good (security headers present), Warning (Server reveals version, Cache no-cache), Bad (critical headers missing), Info (others). Ideal for: security audit (CSP, HSTS, X-Frame), checking cache strategy, debugging CORS issues, competitive analysis.
- Header classification — Good / Warning / Bad / Info
- Detection of missing security headers (HSTS, CSP, X-Frame)
- Status code + Server type (Apache/nginx/LiteSpeed)
- Ideal for site security and performance audits
BeoHosting Team
10+ godina iskustva — Stručnjaci za web hosting i infrastrukturu
- Web Hosting
- WordPress Hosting
- VPS
- Dedicated Serveri
- Domeni
- SSL
- cPanel
- LiteSpeed
- Linux administracija
- DNS
Poslednje ažurirano:
HTTP Header Checker
Unesite URL i proverite HTTP zaglavlja, security headers i status code.
6 most important HTTP headers
Cache-Control
PerformanceDefines how the browser caches resources. public, max-age=31536000 means 1 year caching for static files (images, CSS, JS with hash in the name).
Cache-Control: public, max-age=31536000Content-Type
BasicDefines content type and charset. text/html; charset=utf-8 for HTML, application/json for API responses. Without proper Content-Type, the browser may misinterpret content.
Content-Type: text/html; charset=utf-8X-Frame-Options
SecurityPrevents clickjacking attacks. SAMEORIGIN allows embedding only from the same domain, DENY completely blocks <iframe> embed. Mandatory for all admin/login pages.
X-Frame-Options: SAMEORIGINStrict-Transport-Security (HSTS)
SecurityForces HTTPS connection. max-age=31536000; includeSubDomains requires HTTPS for one year. Without HSTS, the browser may fallback to HTTP on the first visit.
Strict-Transport-Security: max-age=31536000; includeSubDomainsContent-Security-Policy (CSP)
SecurityStrongest XSS protection. default-src 'self' allows scripts/styles/images only from the same domain. Prevents injection attacks and unauthorized resource loading.
Content-Security-Policy: default-src 'self'Server
InfoReveals the web server version. „LiteSpeed“ is OK but „Apache/2.4.41 (Ubuntu)“ reveals specific exploits to the attacker. Configure ServerSignature Off.
Server: LiteSpeedHTTP headers — security and performance
HTTP headers are metadata that the server sends to the browser in every HTTP response. They define everything from cache strategy to security policies. Properly configured headers protect against XSS attacks, clickjacking, MIME confusion and speed up the site by 50-80% thanks to browser cache.
Headers are configured at the web server level (Apache .htaccess, nginx config, LiteSpeed) or in the application (PHP header() function, Express middleware, Next.js headers config). The most important security headers: HSTS (forces HTTPS), CSP (prevents XSS), X-Frame-Options (anti-clickjacking), X-Content-Type-Options (nosniff).
BeoHosting hosting plans have Apache + LiteSpeed with optimally configured default headers (HSTS, HTTP/2, GZIP/Brotli). If you use a Cloudflare proxy in front of BeoHosting hosting, additional headers (CF-Ray, CF-Cache-Status) will appear.
Spremni da pokrenete svoj sajt?
Pridružite se 4.000+ zadovoljnih korisnika. Besplatna migracija i 15 dana garancije povrata novca.
Frequently asked questions - HTTP Header Checker
Odgovori na najčešća pitanja o našim uslugama.
Naše garancije za vaš mir
Zaštićeni ste sa svake strane
15 dana garancije
Vraćamo novac bez pitanja u prvih 15 dana.
Besplatna migracija
Mi prebacimo vaš sajt bez prekida — vi ništa ne radite.
24/7 podrška
Naši stručnjaci su tu 24/7 kroz tikete i live chat.