Closed BharathKonaganti closed 3 years ago
I found the solution.
In proxy.php file while calling the post method in runProxy() method at line number 868 () we have to pass null parameters.
$this->proxyPost(); change to $this->proxyPost(null,null);
@BharathKonaganti - I'm glad you got it working.
What version of php are you using?
@bsvensson: php version is 7.1.33
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you need additional assistance please contact Esri Technical Support. Thank you for your contributions.
This issue has been automatically closed due to inactivity. If you need additional assistance please contact Esri Technical Support.
Hi
I am using PHP proxy to load web map which has secured layers with pop-up enabled. The webmap is loading with layers. but when i click on any feature, then the popup is not displayed as the query is failing with 500 Internal server Error.
Please let me know if i need to change anything in proxy in order to work with POST requests.