你好,所以我试图使用undici与代理,但它不工作,我累了这个
const client = new Client({
url: 'www.google.com',
proxy: 'http://user:pass@host:port'
})
还有这个
const { HttpsProxyAgent } = require("https-proxy-agent");
const proxy = new HttpsProxyAgent("http://user:pass@host:port");
time = new Date()
client.request({
path: '/',
method: 'GET',
httpsAgent: proxy
},
但似乎都不管用
2条答案
按热度按时间wrrgggsh1#
下面是我的工作实现:
vlf7wbxs2#
在这里看到这个链接:https://github.com/nodejs/undici/blob/01302e6d2b2629cca4ad9327abe0f7a317f8399f/docs/best-practices/proxy.md#connect-with-authentication