您现在的位置:首页 >> 前端 >> 内容

html开发中post提交数据时显示异常怎么解决

时间:2017/10/2 14:33:00 点击:

  核心提示:post提交数据时候显示如下:The page has expired due to inactivity. Please refresh and try again这是由于在laravel框架中有此...

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

The page has expired due to inactivity. 

Please refresh and try again

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

eg:

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

 

Tags:HT TM ML L开 
作者:网络 来源:wuyoulv的博客