We have a secured wms server that uses custom headers passed by the client in http request for authentication. How can I add headers to the httpwebrequest when requesting tiles from the wms server?
We have a wpf client which uses the wpf map control and we add header to request by handling UriTile.SendRequest. I cannot find anything equivelant for the asp.net control.
Thanks