CSRF error when trying to log onto Django admin page with w3m on Emacs23
Posted
by Vernon
on Stack Overflow
See other posts from Stack Overflow
or by Vernon
Published on 2010-06-03T09:52:29Z
Indexed on
2010/06/03
9:54 UTC
Read the original article
Hit count: 343
I normally use Firefox and have had no problems with the admin page on my Django website. But I use Emacs23 for writing my posts, and wanted to be able to use w3m in Emacs to copy the stuff across. When I try to log into my admin pages, it gives the CSRF error:
CSRF verification failed. Request aborted.
Help
Reason given for failure:
No CSRF or session cookie.
...
Is there a way that I could get w3m to work with my admin page? I am not sure if the problem lies with the way the admin is set up on Django or with the Emacs or w3m settings.
© Stack Overflow or respective owner