11👍
Same problem on my site. Turns out that when telneting the server, I get the following details concerning the 403:
Forbidden (403)
CSRF verification failed. Request aborted.
Hooray, the csrf validation works ;D Now i gotta figure out how to turn it off for this particular form. Hope this hint helps anyone encountering the 403 when using django-paypal.
1👍
Do you have your website password protected? It sounds like paypal is getting a 403 response from your webserver. Make sure paypal can get to your website without requiring basic auth or something like that.
👤dar
- [Django]-Relative font URLs in CSS cause 403s on S3
- [Django]-Django + jQuery: Why CSRF verification fails on multiple simultaneous requests
Source:stackexchange.com