when I\'m using following Python code to send a POST request to my Django website I\'m getting 403: Forbidden error.
url = \'http://www.sub.domain.com/\' values
Django documentation provides several ways to ensure that CSRF tokens are included. See https://docs.djangoproject.com/en/1.11/ref/csrf/ for details.