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?