当前位置:Gxlcms > JavaScript > post提交数据时显示异常如何处理

post提交数据时显示异常如何处理

时间:2021-07-01 10:21:17 帮助过:28人阅读


post提交数据时候显示如下:

The page has expired due to inactivity. 
Please refresh and try again

这是由于在laravel框架中有此要求:任何指向 web 中 POST, PUT 或 DELETE 路由的 HTML 表单请求都应该包含一个 CSRF 令牌,否则,这个请求将会被拒绝。

eg:

<form method="POST" action="/profile">
{{ csrf_field() }}    ...</form>

以上就是post提交数据时显示异常如何处理的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行