Hi,
I am new to ArcGIS enterprise ,we have deployed single enterprise licence. When trying to open WFS URL from ArcGIS server manager - Capabilities tab it is giving me following error, getting the same error for WMS URL too. Can anyone help me to understand what is going wrong with it?
Thanks,
Anu
HTTP 499 is 'token required'. That means that your service is secured. You'll want to get a token and append it to your request in some fashion.
Hi Randall,
Thanks for the reply. As I said I am new to enterprise so would you be able to tell me how I can get the token?
Thanks,
Anu
Here's the doc for acquiring a token:
Acquiring ArcGIS tokens—ArcGIS Server Administration (Linux) | ArcGIS Enterprise
Hi Randall,
I acquired and enable the token through an HTTP GET request.
I update (allowHttpGet": "true", "allowHttpPostQueryParams": "true") properties in admin.
Now What should I do next to get its capabilities.
Thanks in advance
Priya