I’d like to have an app which would have access to all requests send from any browser at the current pc.
I don’t want to have any kind of a proxy server,beacuse you have first adjust the browser settings.
Is this even possible using .NET ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Fiddler has a .NET API that includes an event-based scripting system, allowing you to inspect all HTTP / HTTPS traffic from your machine. It’s quite popular; there’s even an SO tag for it. Technically, it is a proxy-based system; but because it reconfigures the default system-proxy on startup, traffic from browers with default proxy-settings enabled should be visible.