Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 libxml2 库来解析 URL。它在开放端口环境中正常工作,但如果启用了代理,则 xmlReadFile 失败。它返回 NULL。请任何人帮助我...
我无法测试自己,没有代理。但是查看nanohttp.c文件内部(属于 libxml 源)让我认为 libxml 尊重environment variablehttp_proxy。在访问 libxml 之前尝试设置此变量,看看它是否有帮助。并且不要设置no_proxy变量,因为它会阻止使用代理。
nanohttp.c
http_proxy
no_proxy