How to check the header of a website locally?

WindowsGeek 21 Reputation points
2021-10-02T10:31:57.183+00:00

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.

Windows development Internet Information Services
Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

7 answers

Sort by: Most helpful
  1. MotoX80 36,291 Reputation points
    2021-10-02T14:41:41.93+00:00

    It's not a security analysis tool, but you can use Powershell to view the headers.

    (invoke-webrequest http://localhost).headers
    

  2. Sreeju Nair 12,666 Reputation points
    2021-10-03T08:55:35.08+00:00

    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


  3. Loveyou3000 151 Reputation points
    2021-10-03T15:48:48.023+00:00

    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.


  4. Bruce Zhang-MSFT 3,771 Reputation points
    2021-10-04T01:37:26.053+00:00

    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.
    137242-3.jpg


    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

    0 comments No comments

  5. WindowsGeek 21 Reputation points
    2021-10-04T07:42:15.137+00:00

    Hello,
    Are my headers OK?

    137352-headers.png


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.