Closed mmerickel closed 10 months ago
BadCSRFToken and BadCSRFOrigin were previously returning things like 400 Bad CSRF Origin instead of 400 Bad Request. This PR moves the details to the body instead of the HTTP status line.
400 Bad CSRF Origin
400 Bad Request
BadCSRFToken and BadCSRFOrigin were previously returning things like
400 Bad CSRF Origin
instead of400 Bad Request
. This PR moves the details to the body instead of the HTTP status line.