This is a recent issue that is occuring in our Enterprise.
When accessing the Services Rest Endpoint as Admin, or as any other user, I am not able to access it and get a blank white page with the URL changing to a Rest Login redirect.
To test I add ?f=json at the end of the REST URL and enter, I get the following Error:
{"error":{"code":499,"message":"Token Required","details":[]}}
When I manually generate a token and add it the Rest URL, I am then able to view the Rest Endpoint. But I am not able to navigate the Rest Endpoint as token does not carry over to any of the links and I must manually adjust the URL to get around.
As an Admin, this is inconvenient and annoying and we have no idea why this started happening.
Is there a setting or configuration that can be changed to fix this and allow sign-in admins quick access to the REST Endpoint again?
UPDATE:
Further troubleshooting has show that we can access the root Rest Services Directory (https://domainname/arcgis/rest/services) and any of the services at this page level.
BUT if I try to access any of the Folders, the link redirects to: https://domainname/arcigs/login/?returnUrl="https://domainname/arcgis/rest/services/foldername
I have checked the permissions for folders via the Server Admin Directory and they are all set to "esriEVERYONE" and no one has been in their other than me and the other Admin and neither of us have changed any permissions to cause it to change automatically.