इस टूल में कोई समस्या है?
«HTTP सुरक्षा हेडर चेकर ऑनलाइन» के बारे में
यह टूल एक URL प्राप्त करता है और इसके द्वारा लौटाए गए HTTP सुरक्षा हेडर की जाँच करता है।
सुरक्षा हेडर वेबसाइट को मजबूत करने का एक सस्ता और प्रभावी तरीका है।
नई साइट लॉन्च करने से पहले इसका उपयोग करें।
इस टूल का उपयोग कैसे करें
How to audit a site's HTTP security headers
Enter the page URL
Put the https:// page into the "Page URL" field. The scheme is auto-added if missing. Up to 2048 characters.
How the probe works
Our server tries HEAD first, then falls back to GET if the origin replies 405/501. It follows redirects, drains the body, and analyses the response headers — your browser never makes this request.
Press Run
Result returns finalUrl (after redirects), httpStatus, scorePercent (presentCount/totalChecks), and rows[] — one row per checked header with its name, status, and the value if present.
Interpret the score
It's a count of expected security headers present (CSP, HSTS, X-Frame-Options, Referrer-Policy, etc.), not a full audit. A high score does not certify the site is secure — review each row's value to confirm policy strength.