graphiql-app
graphiql-app copied to clipboard
Django CSRF cookie support
I tried using this app with a Django graphene graphql backend and got the error: WARNING:django.request:Forbidden (CSRF cookie not set.)
I'm not much of a python developer but the endpoint seems to work well in a browser. Is there something I have to setup in the app? Or is there something I'm supposed to do in the Django app? It would be nice if the app handled these cookies silently. I prefer the app a little more than using the browser.