vad / django-ajaxutils

Ajax requests for Ponies™

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error 403 on POST

anno1337 opened this issue · comments

When I try a POST request I'll end up with a 403 FORBIDDEN error.

  @ajax(require_POST=True)

is set.

My mistake, I tried it without the csfr token: http://stackoverflow.com/questions/6800894/django-returns-403-error-when-sending-a-post-request

So nothing wrong with django-ajaxutils.