我正在向网站发送请求(我正在使用请求模块),它会返回数据作为响应。一切正常,直到我在代理后面发送请求(即使代理没有在网站上被禁止)。
我的问题是一样的 如何在使用代理时停止NodeJS“请求”模块更改请求
我尝试了上述帖子中的所有解决方案,但没有任何帮助
我在请求中使用的标头
Host: www.somesite.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Upgrade-Insecure-Requests: 1