Reading HTTP requests on machine level
Is it possible to read all incoming and outgoing HTTP (including secure) requests on the local machine?
6 Replies
Fiddler is typically what you'd reach for.
Looks very pricey and I'm only learning right now. I've tried the sharppcap and npcap combo, but it doesn't seem to want to capture any local requests. Wireshark seems to be capturing a different device than sharppcap does too, perhaps that could be an issue?
It’s free though? https://www.telerik.com/download/fiddler
Telerik.com
Download Fiddler Web Debugging Tool for Free by Telerik
Download and install Fiddler Classic web debugging tool. Watch a quick tutorial to get started.
Oh, sorry. Does
Classic
include the .NET lib? 🤔Oh, you want to capture in your app.
Fiddler is its own app, for debugging.
Ohhh, yes. Sorry, I should have made that clear.
Okay, so it's the FiddlerCore that costs and is a .NET lib. That makes more sense.