Questions tagged [slim-3]

Slim 3 has taken over the reins from its predecessor, Slim 2, as a lightweight framework designed for PHP development.

Secure PHP application thwarted by CSRF vulnerability

I have an issue with my controller action that generates a CSV file using the league/csv package. Whenever I submit the form, the file can be downloaded successfully. However, if I try to submit the request again, I receive a CSRF token failure due to th ...