ThinkGeo.com    |     Documentation    |     Premium Support

Persmissions on wms server

 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



Hi Kunal, 
  
 Since the WMSOverlay offloads all of the decision making to the client side this is not possible as part of the Web Edition out of the box.  
  
 As an alternative you could use the TiledWmsLayer instead of the WMSOverlay and hook up the SendingTile event, however this may be very inefficient as each request will go to the server. 
  
 Thanks, 
 Lee