RootCauseunvalidated
Logging out is a state-changing request — you should not do that with a GET request. Tension: that violates the HTTP protocol. Outcome: since django-5.0, it has to be done through a POST request.
da603a53-9e95-4729-b0ab-2b4c4be97e5a
Logging out is a state-changing request — you should not do that with a GET request. Tension: that violates the HTTP protocol. Outcome: since django-5.0, it has to be done through a POST request.