gpt4 book ai didi

php - 生产服务器上的 Laravel 5.2 TokenMisMatchException

转载 作者:可可西里 更新时间:2023-11-01 13:14:17 24 4
gpt4 key购买 nike

我在我的生产服务器上遇到 TokenMismatchException,但应用程序在本地 Xampp 服务器和另一个主机上运行良好。它是我们的内部服务器,因此我们无法更改它。我们不得不使用它,但我们不明白问题出在哪里。

请 friend 们帮助我,我是否需要更改服务器中的任何内容,如插件、扩展程序或其他任何内容,请告诉我。下面是屏幕截图:

Error on production when submitting login blank and geeting token mismatchexception

This on my personal hosting and the same is working fine here.

以上截图来自生产和托管服务提供商之一。在生产服务器上,laravel 应用程序给出 tokenmismatchexception,而同一应用程序在另一个托管服务提供商上运行良好。我们不明白为什么会这样。请建议我们该怎么做。

更新:

我有新的 laravel 5.2 并运行 php artisan make:auth 然后我给了文件夹 777 权限,然后什么都不做。我仍然收到此异常。

最佳答案

将此添加到您的 html 表单中

 <input type="hidden" name="_token" id="_token" value="{{csrf_token()}}">

在 Blade 中

{!! Form::token() !!}

并在网络中间件中添加你的路由

Route::group(['middleware' => 'web'], function() {
// Place all your web routes here...
});

关于php - 生产服务器上的 Laravel 5.2 TokenMisMatchException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38693318/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com