我正在使用Postman测试API,其中包含以下参数:
网址:http://192.168.0.10:8000/user(工作正常) 方法:发布
接头: 接受:application / json 授权:(这里有令牌,这是有效的) login:尝试登录软件的用户名
现在,获取该URL很好,但POST返回:
{“message”:“”,“exception”:“Symfony \ Component \ HttpKernel \ Exception \ HttpException”,“file”:
还有很多其他方面。
在我的路线上,我们有: Route :: post('agile','AgileController @ store');
有人有小费吗?
答案 0 :(得分:1)
如果您确定路线正确,则可以是CSRF令牌。检查https://laravel.com/docs/5.5/csrf。
答案 1 :(得分:1)
解决方案只是关闭服务器并重启。一个激烈的解决方案,但在本地服务器上运行,所以没什么大不了的。