Hi.
I recently encountered a problem with the URL max length when using the VehicleRouting API , on logistics.arcgis.com. I have large problem sets.
If I switch to POST, I get:
"<head><title>Error: Services Directory has been disabled.</title><link href=\"/arcgis/rest/static/main.css\" rel=\"stylesheet\" type=\"text/css\"/></head><body><table width=\"100%\" class=\"userTable\"><tr><td class=\"titlecell\">ArcGIS REST Framework</td></tr></table><table width=\"100%\" class=\"navTable\"><tr valign=\"top\"><td class=\"breadcrumbs\"><a href=\"/arcgis/rest/services\">Home</a></td></tr></table><div class=\"cbody\"><br/><br/><b>Error: </b>Services Directory has been disabled.<br/><b>Code: </b>403<br/><br/><div style=\"color:#ff6666\"> </div></div></body></html>"
And after some mangling with PHP I got the proxy to work, however, it returns the same as when I do a POST myself.
Please advice.