I need to support the use of a proxy on our application which is using the WCF connection.
We do not have a proxy server on our network and I do not want to disrupt our corporate network by requesting proxy installation. I was thinking of installing a proxy server on a local virtual machine and configuring Internet Explorer so that it could challenge the proxy.
I do not know how to use proxy software (I do not want to install ISA Server) and I do not know how to configure one.
Is anyone easy to use software, for which any WCF services will require authentication and you will have a guideline that is useful to know when testing software against a proxy?
Take a look at Fiddler:. It installs as a proxy on your local machine, routing all the requests through it.
Comments
Post a Comment