-
I am trying to use the GraphQL with Netbox 3.0.1. Although the RESTAPI and graphene explorer work fine, i continue to run into CSRF errors.
Results in: I have already set the ALLOWED_HOSTS list to *, but that doesnt make any difference. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
I see the same. I'm unable to make GraphQL work using the curl sample query shown in the documentation, either via the proxy or to localhost:8001 (direct to gunicorn), with the same CSRF error as you. I get the same with or without a Token (in my home instance I have tcpdump shows:
|
Beta Was this translation helpful? Give feedback.
-
Fix had been implemented in ad7b8a9 |
Beta Was this translation helpful? Give feedback.
Fix had been implemented in ad7b8a9