Fixing CSRF issues in POST requests from SoapUI/AJAX to Django
7
May
Django’s CSRF protection may make it difficult to send an AJAX POST without getting a 403 Forbidden error. The following steps make it possible to send POST requests both with AJAX and/or SOAPUI. Pre-requisite: Somehwere in Django’s html template, include … Read More »