WMS Capability in a secure service does not work (erro: Failed to load resource: the server responded with the status of 499)

2029
1
04-19-2017 12:48 PM
DiegoLlamas
Esri Contributor

Hello 

I have several MapServer services with WMS capability. For some reason If I use a not secure service and clic wms it works fine. 

But, when I use a secure service, login to my rest point and clic wms it doesn't do anything, just a blank page. 

When I use fiddler I am getting the erro: Failed to load resource: the server responded with the status of 499

Does anyone has a clue what is going on? Server 10.3.1 with 3 patches installed. 

Thanks,

Diego Llamas

0 Kudos
1 Reply
JonathanQuinn
Esri Notable Contributor

A 499 error is a "Token required" error.  I think you'll need to pass in a token with the request.

Ex.

http://<WMS_service_url>?<standard WMS parameters>&token=<valid_tokenString>