Understanding is that proxy chaining is an http call still. Except, that it avoids a network call by making a call to localhost, hence avoiding DNS lookup and any additional calls on the network stack. I wonder if calling localhost from Node.js request package would achieve the same effect as a proxy chain ?
Q:S:S