--
Ticket URL: <https://code.djangoproject.com/ticket/33836>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: Matías Santurio => Matías Santurio
--
Ticket URL: <https://code.djangoproject.com/ticket/33836#comment:1>
* status: assigned => closed
* resolution: => fixed
--
Ticket URL: <https://code.djangoproject.com/ticket/33836#comment:2>
Old description:
> The default setting for CSRF_HEADER_NAME is 'HTTP_X_CSRFTOKEN' which is
> incompatible with modern web application servers (including django
> development server), this is because it includes an underscore, which
> these servers don't allow since it can lead to 'header-spoofing'.
New description:
The default setting for CSRF_HEADER_NAME is 'HTTP_X_CSRFTOKEN' which is
incompatible with modern web application servers (including django
development server), this is because it includes an underscore, which
these servers don't allow since it can lead to 'header-spoofing'.
I found this on 4.0 but it's present in 4.1 and dev aswell.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/33836#comment:3>
Old description:
> The default setting for CSRF_HEADER_NAME is 'HTTP_X_CSRFTOKEN' which is
> incompatible with modern web application servers (including django
> development server), this is because it includes an underscore, which
> these servers don't allow since it can lead to 'header-spoofing'.
>
> I found this on 4.0 but it's present in 4.1 and dev aswell.
New description:
The default setting for CSRF_HEADER_NAME is 'HTTP_X_CSRFTOKEN' which is
incompatible with modern web application servers (including django
development server), this is because it includes an underscore, which
these servers don't allow since it can lead to 'header-spoofing'.
I found this on 4.0 but it's present in 4.1 and dev as well.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/33836#comment:4>
* resolution: fixed => invalid
--
Ticket URL: <https://code.djangoproject.com/ticket/33836#comment:5>