We are currently hosting a number of map services via AGS 10.3. Our public server has a simple setup:
http://pubserver.com/arcgis/rest/services
Everything for the above server works 100% however our secure server introduces some complexity. It's setup is as follows:
https://secserver.com/auth/arcgis/rest/services
I can drop that URL in my browser, be authenticated (via smart card), and bring up the resulting page just fine. When I click on a sub-folder the problems start. Doing so truncates the URL my browser looks for:
https://secserver.com/arcgis/rest/services
Obviously this results in a server error since the page doesn't exist. Is there a way to not have AGS truncate the URL?