How to configure Fiddler to listen to localhost?

后端 未结 16 2216
长情又很酷
长情又很酷 2020-12-02 09:51

I want to monitor HTTP traffic between a process on my local machine and another (server) process, also running on my local machine.

How can I configure Fiddler to

16条回答
  •  抹茶落季
    2020-12-02 09:58

    Replace localhost with 127.0.0.1 If it doesn't work change the run configuration to support your ip address.

提交回复
热议问题