Skip to main content
๐Ÿ› Bug HuntLV Laravel Easyโšก+10 XP

Missing CSRF in Form

POST form returns 419 error.

๐Ÿ› Find the bug
1<form method='POST' action='/contact'>
2 <input type='text' name='name'>
3 <button>Submit</button>
4</form>
๐Ÿ› The bug is on line 1

๐Ÿ”ง Select the correct fix: