Laravel不再有任何物品了

时间:2016-11-18 11:29:17

标签: php laravel ssl forge

我的ssl申请表中的Laravel 5.3出现了问题。由于某些原因,当我在Laravel forge上使用LetsEncrypt激活它时,它不再作为object发送。这就是我收到它的方式without ssl

(它是console.log(data)内的vue.js 1.0

enter image description here

这是ssl

enter image description here 因此,对于ssl我不能再说data.token,因为这将是未定义的(它是一个字符串)。

在我的controller我这样回来:

 return response()->json(compact('token'))
                         ->header("Content-Type", "application/json");

内容类型为Content-Type: "application/json",有或没有ssl,因此不会出现问题......

所以基本上我的整个应用程序对ssl毫无用处!

如果有人能告诉我发生了什么,我真的很感激。搜索到处都是,但我找不到解决方案。

0 个答案:

没有答案