Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected HTTP Status Code 403 (Forbidden) in spite of no authentication required. #62

Closed
ghost opened this issue Oct 27, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 27, 2018

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.

@ghost
Copy link
Author

ghost commented Oct 27, 2018

all good. Had to do a CSRF exemption too.

@ghost ghost closed this as completed Oct 27, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants