Tagged articles
1 articles
Page 1 of 1
php Courses
php Courses
Jan 19, 2021 · Backend Development

Using Form Method Spoofing and CSRF Protection in Laravel

This article explains how to create Laravel routes for GET and POST forms, handle CSRF protection, disable it when necessary, configure CSRF whitelist, and use form method spoofing to send PUT requests via HTML forms.

CSRFHTTP methodsform-spoofing
0 likes · 4 min read
Using Form Method Spoofing and CSRF Protection in Laravel