PHP允许跨域终极解决办法
作者:钓赛通
发布时间:2021-09-08
点击数:
开发小伙伴是不是经常遇到要解决跨域的问题呢
以下是解决问题代码
header("access-control-allow-headers: Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Mx-ReqToken,X-Requested-With"); header("access-control-allow-methods: GET, POST, PUT, DELETE, HEAD, OPTIONS"); header("access-control-allow-credentials: true"); header("access-control-allow-origin: *"); header('X-Powered-By: WAF/2.0');
让开发加速!