I am experiencing a rather weird issue. I have ArcGIS Server 10.1 configured and running with two URL assigned to the server.
1. s5.demos.eaglegis.co.nz --> Setup to use IIS and port 80 2. sandbox.demos.eaglegis.co.nz --> Setup to use the inbuilt web server and port 6080
When I pass this request DIRECTLY to the server so it's using the inbuilt server on port 6080 (yes the URL below does not have the port 6080 because a reverse proxy is automatically redirecting requests), it works as expected:
When I pass the SAME request to via the web adaptor, I get a 404 being returned. IIS is setup to use default settings with nothing extra. All other JSON requests via the web adaptor seem to work fine.
Does anyone have some ideas as to why this is happening? Been running a few tests but the web adaptor keeps returning this very weird 404. The inbuilt web server seems to work fine. BTW the JSON above executes a ExportWebMap for a layout that I have setup on the server.
this is limited by the maximum request length limit set in IIS. You can increase this using the IIS request filtering max url length setting shown in the screenshot.
Of course the max url strength. Totally slipped my mind. Thank you for this. Maybe this should be noted in the documentation. Many users might struggle with this is as the URL's grow.
Cheers
Jithen,
this is limited by the maximum request length limit set in IIS. You can increase this using the IIS request filtering max url length setting shown in the screenshot.