Ajax 调跨域接口,谷歌浏览器出现 Provisional headers are shown [ 2.0 版本 ]
共 1 个回答
-
在动作中加上:
Yii::$app->response->headers->add('Access-Control-Allow-Origin', '*');
如果是 dev 环境,请修改
if (YII_ENV_DEV) { // configuration adjustments for 'dev' environment $config['bootstrap'][] = 'debug'; $config['modules']['debug'] = [ 'class' => 'yii\debug\Module', // uncomment the following to add your IP if you are not connecting from localhost. 'allowedIPs' => ['*'], // 这里改为 *,表示允许任何 IP 请求 ]; }
共 3 条回复return19931112 觉得很赞
嗷呜happy
注册时间:2015-12-26
最后登录:2019-09-18
在线时长:8小时15分
最后登录:2019-09-18
在线时长:8小时15分
- 粉丝3
- 金钱95
- 威望0
- 积分175