Skip to content

Instantly share code, notes, and snippets.

@cjgiridhar
Created August 31, 2012 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjgiridhar/3552427 to your computer and use it in GitHub Desktop.
Save cjgiridhar/3552427 to your computer and use it in GitHub Desktop.
Missing _xsrf
WARNING:root:403 POST /page (127.0.0.1): '_xsrf' argument missing from POST
WARNING:root:403 POST /page (127.0.0.1) 1.49ms
Traceback (most recent call last):
File "/home/ubuntu/tornado-2.2/tornado/web.py", line 982, in _execute
self.check_xsrf_cookie()
File "/home/ubuntu/tornado-2.2/tornado/web.py", line 872, in check_xsrf_cookie
raise HTTPError(403, "'_xsrf' argument missing from POST")
HTTPError: HTTP 403: Forbidden ('_xsrf' argument missing from POST)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment