-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
Proxy doesn't fail gracefully #3
Labels
Comments
ghost
assigned bagnell
Apr 27, 2012
This should have been fixed when pull request #6 was merged. See the pull request for details. |
Looks good! |
mramato
pushed a commit
to mramato/cesium
that referenced
this issue
Sep 11, 2013
Fix style processing to support both inline and external styles.
ligaofeng0901
pushed a commit
to huiyan-fe/cesium
that referenced
this issue
Jul 21, 2021
merge master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you select an imagery source that uses the proxy, such as ArcGIS or OpenStreetMap, and for some reason the proxy server isn't configured where Cesium thinks it should be, Cesium enters an infinite loop of making repeated requests that issue 404 errors.
Ideally, it should fail gracefully, and attempt to use CORS locally, or at least stop issuing requests.
The text was updated successfully, but these errors were encountered: