Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 325 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 325 Bytes

Django CSRF Token (Paw Extension)

Creates a dynamic value from Django's CSRF token cookie. Using this dynamic value for header X-CSRFToken allows making POST requests to Django views without getting a 403 error.

License

This Paw Extension is released under the MIT License. Feel free to fork, and modify!