Why is my fetch() call returning a CORS error?” #720
Replies: 1 comment
|
When your fetch() call returns a CORS (Cross-Origin Resource Sharing) error, it usually means the server you're trying to contact is not allowing requests from your origin (the domain or port your site is being served from). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When your fetch() call returns a CORS (Cross-Origin Resource Sharing) error, it usually means the server you're trying to contact is not allowing requests from your origin (the domain or port your site is being served from).