Capturing HTTPS traffic in the clear?

后端 未结 6 760
醉梦人生
醉梦人生 2020-12-05 10:37

I\'ve got a local application (which I didn\'t write, and can\'t change) that talks to a remote web service. It uses HTTPS, and I\'d like to see what\'s in the traffic.

6条回答
  •  情深已故
    2020-12-05 11:01

    Does Fiddler do what you want?

    What is Fiddler?

    Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

    Fiddler is freeware and can debug traffic from virtually any application, including Internet Explorer, Mozilla Firefox, Opera, and thousands more.

提交回复
热议问题