Replies: 1 comment 7 replies
-
@BSBjorn Given that your api is hosted on an external domain and that it does infact allow for requests from
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm sorry, but I'm really bad with CORS... Just never really understand how to work with it.
I have a local dev environment (localhost:3000) where I try to do a graphql mutation for an external API. I set some header for authentication like this:
But when I try to query it, this is the respons I get...
I'm calling the API like this:
I understand this is probably my own fault and lack of understanding, but I just want to learn how to work with this...
Thanks in advance for any help! <3
Beta Was this translation helpful? Give feedback.
All reactions