我正在将请求发送到网站(我正在使用请求模块),并且它会返回数据作为响应。一切正常,直到我在代理后面发送请求为止(即使该代理未在网站上被禁止)。
我的问题是一样的 How to stop NodeJS "Request" module changes request when using proxy
我尝试了以上帖子中的所有解决方案,但没有帮助
我在请求中使用的标题
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