node.js - nodejs http.get如何使用proxy代理
大家讲道理
大家讲道理 2017-04-17 15:56:53
0
1
508

在使用request模块的时候

var targetOptions = {
        method: 'GET',
        url: 'http://url',
        timeout: 8000,
        encoding: null,
    };
targetOptions.proxy = 'http://213.183.252.156:8081'; //代理服务器
request(targetOptions, function (error, req,body) {
})

可以使用代理进行HTTP请求

在HTTP模块中 http.get
是否也可以达到如上的效果?

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

모든 응답(1)
大家讲道理

네, 코드를 참고하세요

으아악

자세한 내용은 imququ의 http 프록시 관련 지식 요약을 참조하세요. 이 내용은 매우 잘 설명되어 있습니다.
https://imququ.com/post/web-p...

최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿