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: 165
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
- Intercept all web requests from my .NET app and add a username/password
- 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