PHP允许JS跨域

寻技术 PHP编程 / JS脚本 2023年07月08日 84
<?php
    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");//GET, POST, PUT, DELETE, HEAD, OPTIONS
    header("access-control-allow-credentials: true");
    header("access-control-allow-origin: *");
    header('X-Powered-By: WAF/2.0');


关闭

用微信“扫一扫”