C
C#9mo ago

❔ 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
Pobiega
Pobiega9mo ago
This is a screenshot from an interactive http proxy called Fiddler Are you trying to write a debugging proxy?
●
9mo ago
yes @Pobiega .
Pobiega
Pobiega9mo ago
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
●
9mo ago
hmmm
Accord
Accord9mo ago
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.
Want results from more Discord servers?
Add your server
More Posts
❔ Why is Pop() necessary here??So I found a sample solution for the LeetCode decode string puzzle https://leetcode.com/problems/decI don't really get how to create new methods for my code. Yesterday people told me it's got no body.Didn't really understand anything when i did research. It's probably a quick fix : ] I'm talking ab❔ MC3050 compiler errorI added a new project with some custom WPF controls to my project's dependencies. I then added the ✅ Function For Division Game Showing Same Number Twice???```cs public void StartDivGame(string username, DateTime date, int totalQuestions, string difficultygoto vs recursionHello, I have a little question about "good habit" in this block of codes. So a little context is, t❔ What's the best way to test a URL that's it's valid?I have a situation where the user can enter a URL if they so choose, but if they do, I want to ensur❔ How to Package Multiple Versions of a Library Targeting Different Dependency Versions into a NugetI am working on a C# library (`mylib`) which has a dependency on another library (`thatlib`). Now, ✅ Getting data from api on app startup?I am experimenting with a very simple app. I want to keep a list of pokemon that I get from an api i✅ Xaml Grid unitsDoes someone know why using the star means the row takes up as much space as possible., why would th❔ Trying to figure out how to write a simple scriptI'm fairly new to c# and I'm trying to figure out how to write this question in a for loop. it goes