关于代理访问跨域的问题,遇到如下报错如何解决

访问https://saas.test.feishuwg.com/update/getVersion失败请问该如何修改配置文件
我得配置文件是


saas.test.feishuwg.com {
        root * /srv/saas
        file_server
        reverse_proxy /api/* 192.168.3.104:8000
        # 反向代理 /update 路径到远程服务器
        handle_path /update/* {
                to ipify.xx.com:443
                header_up Host ipify.xx.com
                header_down Access-Control-Allow-Origin "*"
                header_down Access-Control-Allow-Methods "GET, POST, PUT, PATCH, DELETE, OPTIONS"
                header_down Access-Control-Allow-Headers *
                transport http {
                        tls
                        tls_insecure_skip_verify
                }
        }
}

@WeidiDeng Would you be able to help with this one? You probably understand the language better :slight_smile:

还有人吗,唉