❔ Need a hand on creating something i am doing on fiddler which involve web traffic editing
I've never done anything dealing with web traffic programmically so this is somewhat new to me but https://puu.sh/JR8xp/64875795e4.png I looking to write something that is being done in this image, which is targeting link starting with the URL in the image and targeting a file from directory to upload instead of the normal data
I am a C# returning dev so bare with me
6 Replies
This is a screenshot from an interactive http proxy called Fiddler
Are you trying to write a debugging proxy?
yes
@Pobiega
.
Ok, so write a functioning webproxy that does nothing är first
Then just start inspecting the http request
You likely won't be able to inspect/reroute https calls btw
hmmm
https://support.microsoft.com/en-us/windows/use-a-proxy-server-in-windows-03096c53-0554-4ffe-b6ab-8b1deee8dae1
https://www.c-sharpcorner.com/article/implementing-a-proxy-server-in-c-sharp-an-example-and-test-case/
combine these two and you're halfway there
this is exactly how fiddler works btw
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.