John K
John K

Reputation: 28869

Looking for HTTP proxy server for .NET programming

Looking for proxy server functionality as .NET assemblies to reference into my projects. I want to intercept communications between browser and server.

Upvotes: 0

Views: 217

Answers (1)

user474407
user474407

Reputation:

If you want to intercept the communication between a browser and the web server from the client side (browser side) there is a proxy called Fiddler which is quite nice.

Upvotes: 1

Related Questions