Pylons / pyramid

Pyramid - A Python web framework
https://trypyramid.com/
Other
3.97k stars 887 forks source link

Fix csrf 400 status lines #3742

Closed mmerickel closed 10 months ago

mmerickel commented 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.