Skip to main content

All Questions

0 votes
1 answer
710 views

Django, Django REST Framework, Internet Explorer and CSRF token missing or incorrect

We have a Django App using REST Framework. It is a nginx, redis, celery, gunicorn and PostgreSQL setup. There is only one App server. Our ajax calls use this function : $.ajaxSetup({ beforeSend: ...
RastaqWhere's user avatar
2 votes
1 answer
5k views

CSRF issue with Microsoft Edge and IE11

I have a CSRF token issue that only occurs in MS Edge and IE11 - it works fine in Chrome, Firefox and even IE9. The problem only occurs when doing Http post via Ajax. It gives me Http403 forbidden ...
rulzart's user avatar
  • 113