1. 程式人生 > >Symfony Component HttpKernel Exception AccessDeniedHttpException This action is unauthorized.

Symfony Component HttpKernel Exception AccessDeniedHttpException This action is unauthorized.

mage div 文件 後來 req his pex cep 文件的

Laravel 在提交表單時報錯:Symfony \ Component \ HttpKernel \ Exception \ AccessDeniedHttpException This action is unauthorized.

在網上看到很多文章說是路由導致的問題,我檢查了很多遍路由也沒找到原因。

後來發現一個Request文件的authorize()方法返回的值是false,如圖

技術分享圖片

把這個值改成true就可以了。

其實報錯信息給的比較明確:This action is unauthorized.這個操作未被授權。

Symfony \ Component \ HttpKernel \ Exception \ AccessDeniedHttpException This action is unauthorized.