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
I have a graphql endpoint which requires no authentication.
I'm able to browse the URL from chrome / firefox without any issues or having to enter any login details but when i use the command below it errors out as shown.
Hello,
I have a graphql endpoint which requires no authentication.
I'm able to browse the URL from chrome / firefox without any issues or having to enter any login details but when i use the command below it errors out as shown.
graphdoc -e http://localhost:8000/graphql -o . /doc/schema
✗ Unexpected HTTP Status Code 403 (Forbidden) from: http://localhost:8000/graphql
What can i look into here and is this an issue someone has run into prior ?
Thanks for your help.
The text was updated successfully, but these errors were encountered: