Hey webflowers,
I’m having an issue in Firefox and Safari. They’re not displaying my images. Safari doesn’t give me any errors in the console but Firefox says this:
Reason: CORS header ‘Access-Control-Allow-Origin’ missing
How can I add this ‘Access-Control-Allow-Origin’ header to Webflow?
I’m a bit confused about the syntax, is it supposed to be in HTML or Javascript?
EDIT: Looks like this is a server issue.
Access-Control-Allow-Origin: *
Access-Control-Allow-Origin: <origin>
Access-Control-Allow-Origin: null
Here’s the MDN article about the Error: Reason: CORS header 'Access-Control-Allow-Origin' missing - HTTP | MDN
Here’s the article about the header: Access-Control-Allow-Origin - HTTP | MDN
Any help is much appreciated!