gpt4 book ai didi

node.js 通过代理的 Https 请求失败

转载 作者:太空宇宙 更新时间:2023-11-04 02:07:37 25 4
gpt4 key购买 nike

我正在尝试使用代理发出 https 请求。

            var agent = new HttpsProxyAgent(proxy_url);
let options = {headers:headers, url:urlBase + item, agent}

request(options, (error, response, html)=>{
if(error){
console.log('error: ', error);
return reject('error');
}
let $ = cheerio.load(html);
amazonProductParser.parse($);
});

我收到不同的错误(400、403、407)。我尝试连接的网站是 amazon.com,以防万一。

最佳答案

我用过request这使得在 Node.js 中做到这一点非常容易。

关于node.js 通过代理的 Https 请求失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43622608/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com