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 password.

Any ideas on how to use these credentials. Is is something in the request string, or does the xmlHTTP request have to be authorized.

Thanks?!?!

link|improve this question

75% accept rate
feedback

1 Answer

Looking on Google reveals a few types of WMS authentication. You'll need to finsout what method your WMS uses. If it supports standard HTTP auth then you just need to parse out the auth details and either add the appropriate Authorization header. Note that WinInet supports URL based authentication details but other clinets may not. You'll need to provide more information on the client library in use before we can give more details.

link|improve this answer
If this answer helped solve your problem, can you accept the answer by clicking the green tick to the left of the post. If it didn't, can you provide more information on what you're trying to do? – Deanna Nov 4 '11 at 9:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.