Educational browser-based analysis tool for understanding website security headers
Browser-Based Analysis Only: This tool performs analysis using your browser's capabilities. You are responsible for only analyzing websites you own or have permission to test.
CORS Limitations: Due to browser security policies (CORS), some sites may not be analyzable. This is normal and expected browser behavior.
Educational Purpose: This service is for educational purposes only. Users assume all responsibility for their usage and requests made by their browser.
Your browser prevents websites from making requests to other domains for security reasons. This is called CORS (Cross-Origin Resource Sharing).
If a website blocks our analysis, it means their security is working correctly! We'll provide fallback options below.
If the automatic analysis fails due to CORS, you can paste headers manually:
Analyzing security headers...
curl -I https://example.com
Copy the output headers and paste them in the manual input above.