We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce the error:
Call a dynamicMapLayer via a proxy
Results: Service is correctly called via proxy Image requests do not get called via proxy
Expected Results: Image requests should also go through proxy
Reason: Our Arcgis server is locked down, and the only access is via the proxy, images cannot be retrieved directly from the arcgis server.
The text was updated successfully, but these errors were encountered:
i can reproduce the error you've described. until its fixed, try just requesting images directly (instead of fetching JSON which includes a url).
L.esri.dynamicMapLayer({ url: './proxy?http://server/arcgis/rest/services/Name/MapServer', f: 'image' }).addTo(map);
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
IE11
Steps to reproduce the error:
Call a dynamicMapLayer via a proxy
Results:
Service is correctly called via proxy
Image requests do not get called via proxy
Expected Results:
Image requests should also go through proxy
Reason:
Our Arcgis server is locked down, and the only access is via the proxy, images cannot be retrieved directly from the arcgis server.
The text was updated successfully, but these errors were encountered: