0
Recently I had contact with an application called Burp Suite. The application provided a local proxy server on a specific port (127.0.0.1:8080)
, and, if I used this proxy server in my browser all requests and responses were passed to Burp suite as a 'middleware
' between my computer and the server I was accessing, allowing me to edit the Answer before rendering by the browser or editing the request before sending it. How can I accomplish something like this in C#?
On this topic, made by me, I ask if it is possible and I have some answer, very superficial. In this topic I want to know how to really do this, logic, namespaces, you know?
– Wesley Nascimento
Welcome to [en.so]. I realized that you are creating multiple questions for the same problem, when it won’t actually help you get an answer faster, instead read the guide [Ask] and do a [tour]to learn a little more about the operation of the site so increase your chances of getting a good response.
– UzumakiArtanis