You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...images load as expected. However, under normal browser start up I constantly get a CORS error message:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://longurl/some.tif. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 206.
I'm not sure what parameters to pass or how to pass them to georaster. Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
I get the same errors in Firefox and Chromium, except I'm able to turn security off in Chromium. If you have Chromium on Linux run the above command without security and use this url for a working demo:
I'm trying to read images from S3 with georaster/georaster-for-leaflet. If I disable all security, such as:
chromium --disable-web-security --user-data-dir=/tmp/chromium
...images load as expected. However, under normal browser start up I constantly get a CORS error message:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://longurl/some.tif. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 206.
I'm not sure what parameters to pass or how to pass them to georaster. Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: