tetsujin1979
Thursday, June 20, 2013
Sending a Node.JS request module request through a proxy
all very simple really, just add the "proxy" attribute to the request call
request({
proxy: '
:
',
url: endpointUrl ,
method: requestMethod,
body: requestBody
}).pipe(res);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment