Ajax跨域请求PHP header设置

来源:互联网 发布:怎么查看淘宝小号满月 编辑:程序博客网 时间:2024/06/05 08:48
header('Access-Control-Allow-Origin : *');header('Access-Control-Allow-Headers : Origin, X-Requested-With, Content-Type, Accept');header('Access-Control-Allow-Methods :PUT,POST,GET,DELETE,OPTIONS');
0 0