27
Forms started failing CSRF verification the moment I put a reverse proxy in front of the app
The application worked fine served directly. I put a reverse proxy in front of it for TLS termination, and now every form submission is rejected — the framework reports a CSRF verification failure, and admin login is…