Hello everyone and thanks for reading.
For means of QA, I want to setup an application that could handle and manage the requests and the data sent through the internet from an especific running application.
More specifically, I want to be able to redirect a few urls, not every one, to work via a "proxy application", so if I have an application that requests http://www.google.com AND http://www.google.com/search, I would want to redirect only the second one poiting to the relative path /search.
I hope you get the idea. Do you guys have any ideas for an easy implementation and maybe an existing framework to accomplish that? I would be thankful if you give me at least some piece of code with an example.
Thanks in advance.
Update: In fact, I needed to build an application that could somehow be "attached" to and hijack an existing connection between the already developed application and the data server so it could listen and modify the data sent through this connection. I know its hard to accomplish in a high level language like c# but I just wanted to make sure