It's not a security analysis tool, but you can use Powershell to view the headers.
(invoke-webrequest http://localhost).headers
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
Any tool exists to check the header of a website locally? I mean is a Windows tool that offers https://securityheaders.com/ features.
Thank you.
It's not a security analysis tool, but you can use Powershell to view the headers.
(invoke-webrequest http://localhost).headers
Fiddler is an excellent tool, that allows you to capture the web traffic and perform the analysis.
https://www.telerik.com/fiddler/fiddler-classic
You may use Fiddler to examine the web traffic include Headers, Cookies etc.
https://docs.telerik.com/fiddler/observe-traffic/tasks/examinewebtraffic
Fiddler and Postman both excellent tools. But the fiddler I used is not free, I'm not sure if I download the correct free version.
Hi @WindowsGeek ,
Microsoft doesn't have a tool like Fiddler and Postman to check and analyze URL.
But you can use Failed request tracing to check URL. It will show all information about URL.
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Bruce Zhang
Hello,
Are my headers OK?