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

CSRF Missing

This form submits but gets a 419 error.

๐Ÿ› Find the bug
1<form method="POST" action="/posts">
2 <input name="title">
3</form>
๐Ÿ› The bug is on line 1

๐Ÿ”ง Select the correct fix: