chatchat-space / Langchain-Chatchat

Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Llama) RAG and Agent app with langchain
Apache License 2.0
31.96k stars 5.56k forks source link

The request client is not a secure context and the resource is in more-private address space。特殊跨域问题如何解决。 #4132

Closed czs208112 closed 4 months ago

czs208112 commented 5 months ago

问题描述 / Problem Description 本地局域网部署后,开启跨域后跨服务器访问一切正常。 部署到用户线上服务器后,无论如何配置跨域,调用api后都提示跨域。 image

用户的网络环境比较复杂,应该是从公网访问了私网,查了资料似乎加一个Access-Control-Allow-Private-Network的响应头可以解决问题。但是再Langchain-Chatchat的配置文件中没有看到这个配置项。

能否处理下这种特殊跨域问题?

https://www.cnblogs.com/whm-blog/p/16418314.html

环境信息 / Environment Information

liunux4odoo commented 4 months ago

非项问题,网络环境问题需要自行解决。