Access-Control-Allow-Origin Issue #262
Open
Comments
|
Hi Stefan, |
|
https! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please read the CONTRIBUTING guide before submitting an issue.
Description
I have a weird issue that when ghostery is enabled on chrome a CORS image request fails. I can repo it in our app (requires a paid subscription to get to issue) but I can't in an isolated repo or jsfiddle.
The headers for the response set on the server are
and I an requesting it with this setup
The error that appears in the console is
origin ‘null’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.I have no idea how the origin can go from
https://www.shutterstock.comtonull. I really wish I could repo it out side of our app but I can't seem to figure it out. I set up an express server to serve an image with the exact same headers but no luck.Expected Behavior
a CORS download should work with ghostery on or off.
Actual Behavior
image throws error
origin ‘null’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.Steps to Reproduce
Versions
8.2.6
The text was updated successfully, but these errors were encountered: