跨域配置

nginx

  • 业务列表

  • 进入负载均衡编辑页

  • 修改配置

    •  1
       2
       3
       4
       5
       6
       7
       8
       9
      10
      11
      12
      13
      14
      15
      
      {
          "plugins": {
              "cors": {
                  "allow_origins": "pre-live-liveu.oclivego.com,pre-m-liveu.oclivego.com", #多个域名以逗号分割
                  "allow_methods": "**",
                  "allow_headers": "**",
                  "expose_headers": "**",
                  "allow_origins_by_regex": [
                      ".*.oclivego.com"
                  ],
                  "max_age": 1728000,
                  "allow_credential": true
              }
          }
      }
      
  • 暂存 → 返回配置 → 保存配置 → 发布配置

  • 验证

云产商

腾讯cos

企业微信截图_1636102366149

  • 验证

阿里oss

访问对象存储 / Bucket列表 / xxx / 权限管理 / 跨域访问

https://oss.console.aliyun.com/bucket///permission/cors

image-20211214104901919

  • 添加规则

    • 来源

      • *.huya.info

        *.huyahaiwan.com

        *.huya.com

    • 允许 Methods

      • GET

        POST

        PUT

        DELETE

        HEAD

    • 允许 Headers

      • 或者具体headers
    • 暴露 Headers

      • 可不填
    • 缓存时间(秒)

      • 默认0