ProxyPass or intercept web requests .NET

Posted by JerryO on Stack Overflow See other posts from Stack Overflow or by JerryO
Published on 2010-06-07T20:27:55Z Indexed on 2010/06/07 20:32 UTC
Read the original article Hit count: 144

Filed under:
|

I have got a .NET winform application that uses a Web Mapping Service that is password protected. Unfortunately I cannot attach a username and password to requests, ( the request are generated from a GIS mapcontrol)

I can think of two ways around it

  1. Intercept all web requests from my .NET app and add a username/password
  2. Set up an Apache webserver and use proxypass to pass along my request adding a username/password

Does anyone know how to do either of these?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about apache