samuraisam / django-json-rpc

JSON-RPC Implementation for Django
MIT License
286 stars 83 forks source link

Cross Site Request Forgery protection #4

Closed hrauch closed 15 years ago

hrauch commented 15 years ago

Hi,

I'm using the current developing version of Django 1.2 pre-alpha. If I install django.middleware.csrf.CsrfViewMiddleware, I'm not able to use your json-rpc-module. I've tried to use the @csrf_exempt decorator, but with no success.

May be, you have a solution.

Hans

samuraisam commented 15 years ago

Fixed in latest push

samuraisam commented 15 years ago

Did this fix your issue Hans?