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

CSRF Token missing #68

Open
aji-pratama opened this issue Jun 15, 2021 · 1 comment
Open

CSRF Token missing #68

aji-pratama opened this issue Jun 15, 2021 · 1 comment

Comments

@aji-pratama
Copy link

I got an error CSRF
Screen Shot 2021-06-15 at 13 59 49
when send feedback post

@justinmerrell
Copy link
Contributor

From the README -

Note

This app is based on feedback.js that send the feedback content using an HTTP POST method. Django uses a CSRF protection mechanism, that block POST request that do not contain a specific token. If you have not setup your page to transparently support AJAX POST here is an explanation on how to do it: https://docs.djangoproject.com/en/1.8/ref/csrf/#ajax

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

2 participants