1.Does laravel have an ajax verification mechanism
csrf_token()
2. How to deal with multiple forms on a page
3. If a page is loaded more using ajax, if the page is loaded more, and you want to enable verification, how to handle it
我想大声告诉你2017-06-16 09:20:57
<input type="hidden" name="_token" value="<?php echo csrf_token(); ?>">
HTTP routing example tutorial (3) - CSRF attack principle and protection