You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a problem with iPad and django (1.11.6) on POST requests.
It seems Safari is not setting/sending the document.referrer, so the CsrfViewMiddleware will reject the request with error 403 because it suspects about a man-in-the-middle attack.
fileDownload when dealing with isIos devices opens a new window.
there is django csrf protection
on calling filedownload post data that return csrf failed
https://docs.djangoproject.com/en/1.9/ref/csrf/
The text was updated successfully, but these errors were encountered: