Tagged Questions

0
votes
1answer
31 views

WMS Authentication in VB6

I am trying to modify a function that was previously built that uses a WMS request and returns layer information using an xmlHTTP request. However, we now have a WMS server that has a username and ...
0
votes
1answer
748 views

WMS authentication plugin

I'm trying to create a custom authentication plugin for WMS 2009 in C#. I managed to implement something that for some reason blocks all requests... [ComVisible(true)] ...