Fiddler had worked well on my laptop, but all of a sudden it cannot capture anything from my browsers. I have no ideas about what I have done may cause this problem.
The version of my fiddler is v4.6.0.5, it cannot capture http requests from all of my browsers, chrome, IE and Edge. My system is Windows 10.
I've carefully read the webpage Fiddler not capturing traffic from browsers However, solutions works well for others do not work in my situations.
- I've tried reinstalled fiddler and reset chrome hundreds of times
- http://localhost.fiddler:8888/ cannot be found
- http://127.0.0.1:8888 returns "This page returned a HTTP/200 response Originating Process Information: chrome:79748"
- I didn't use any filters
- I have no extensions on chrome and close all kinds of VPN software.
- I've checked 'Decrypt HTTPS traffic'
Anybody knows how can I solve the problem? Thank you!
I found that some of the software's http request is captured. It seems like that only the browsers' requests are not captured. I temporarily use the developer tools in chrome for replacement(Ctrl+Shift+I, choose "NetWork"). It can capture the requests missed in Fiddler.