最近写了一个接口,功能是post 数据到laravel端,但是,我用Postman测试是报了一个csrf的错误。我把csrf中间件代码注释掉就没有报错了。后面想想,Postman能不能把csrf的token发送过去了,不用关闭csrf的中间件。有...
Cookies are a fundamental part of the Web, as they allow sessions and in general to recognize the users during the navigation