Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 430 Bytes

cors.md

File metadata and controls

12 lines (7 loc) · 430 Bytes

CORS

问题

Q1: 如何实现多域名跨域

  • Access-Control-Allow-Origin 只能有一个值,* 或者无通配符域名
  • Access-Control-Allow-Origin*Access-Control-Allow-Credentials 只能为 false 不能带 cookie

如果请求的 origin 允许访问,把 Access-Control-Allow-Origin 设为该 origin