Can't Get Fiddler to Capture local traffic to IIS

后端 未结 6 1379
南旧
南旧 2021-02-07 18:32

I have recently installed the latest Fiddler (Fiddler4) and absolutely nothing that I try is working to get it to capture local traffic. I have an MVC application that is conne

6条回答
  •  南方客
    南方客 (楼主)
    2021-02-07 19:15

    Try adding a record in your hosts file (c:\windows\system32\drivers\etc\hosts), like:

    127.0.0.1   mysite.local
    

    You'll then need a binding in your website in IIS to match.

    Then use http://mysite.local/

提交回复
热议问题