Changes between Version 50 and Version 51 of XML-RPC


Ignore:
Timestamp:
Jun 14, 2011, 4:32:19 AM (13 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XML-RPC

    v50 v51  
    133133If you see error 403, just add decorator:
    134134
    135 from django.views.decorators.csrf import csrf_exempt
    136 ...
    137 @csrf_exempt
    138 def rpc_handler ...
     135- from django.views.decorators.csrf import csrf_exempt
     136- ...
     137- @csrf_exempt
     138- def rpc_handler ...
Back to Top