linux+nginx配置跨域,nginx跨域问题

2022-09-04  本文已影响0人  可乐_加冰_
    add_header Access-Control-Allow-Origin *;
    add_header Access-Control-Allow-Methods 'GET, POST, OPTIONS';
    add_header Access-Control-Allow-Headers 'DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization';

宝塔面版举例:

第一种,直接写在外层(全部资源)。如果这样写无效,请尝试第二种。


image.png

第二种,写在对应访问资源规则内。

  add_header Access-Control-Allow-Origin *;
  add_header Access-Control-Allow-Methods 'GET, POST, OPTIONS';
image.png
上一篇下一篇

猜你喜欢

热点阅读