Hello,
We have set up ArcGIS Portal and configured a web adaptor, Everything works fine in the local environment.
We need to access it through a DMZ.
We have setup a reverse proxy on IIS, Everything works fine whenever we try to access the Portal through a URL like this https://reverseproxy.domain.com/portal/home.
But as a company policy, everything public should have "/external" added to the URL
So the URL should be https://reverseproxy.domain.com/external/portal/home.
I set a rule to exclude the "/external" part from the URL but I get a 404 error for a URL like this
https://reverseproxy.domain.com/external/sharing/rest
It seems that some requests are sent without adding the "/portal" part of the URL.
Any ideas please about this?
Thanks in advance.