Changes between Version 49 and Version 50 of XML-RPC


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

--

Legend:

Unmodified
Added
Removed
Modified
  • XML-RPC

    v49 v50  
    128128- [http://pypi.python.org/pypi/rpc4django rpc4django]
    129129- [mailto:rpc4django@gmail.com David Fischer]
     130
     131----
     132
     133If you see error 403, just add decorator:
     134
     135from django.views.decorators.csrf import csrf_exempt
     136...
     137@csrf_exempt
     138def rpc_handler ...
Back to Top