How to test a .net application against a proxy?

Posted by Pierre-Alain Vigeant on Stack Overflow See other posts from Stack Overflow or by Pierre-Alain Vigeant
Published on 2010-05-17T20:06:13Z Indexed on 2010/05/17 20:10 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

I need to support the use of proxy on our application that is using WCF connections.

We do not have any proxy server on our network and I don't want to disrupt our corporate network by requesting a proxy installation. I was thinking of installing a proxy server on a local virtual machine and configurating Internet Explorer so that it will challenge that proxy.

I don't know what proxy software to use (I don't want to install ISA server) and I don't know how to configure one.

Does someone have any suggestion for a easy to use software that will require an authentication for any WCF services and do you have any guideline that would be helpful to know when testing a software against a proxy?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about proxy