发送到Nginx的跨源请求始终处于待处理状态

时间:2017-01-10 06:11:41

标签: angularjs nginx cross-domain

目前,我的localhost是Vagrant中Nginx服务器的主机 后端采用Laravel框架编码。为了使其支持跨源请求,我已将CORS Provider添加到config / app.php。 这是CORS的git页面:
https://github.com/barryvdh/laravel-cors
截图是针对CORS的config / app.php: enter image description here

屏幕截图是config / cors.php enter image description here 前端在AngularJS中实现,通过$ http调用后端Api。 通过监控Chrome上的网络: enter image description here 转到AngularJS库 enter image description here

这只会发生一次,它也会发生在生产服务器上。 截图来自生产服务器: enter image description here

我无法弄清楚为什么它不会一直发生。

0 个答案:

没有答案