Proxy chaining in hosted target

bbhatia
Participant III

Is it possible to use proxy chaining in hosted node js proxy?

I am trying to call another proxy from nodejs app.

0 3 329
3 REPLIES 3

Hi Bharat,

The only way you can proxy chain from the Nodejs code within a Hosted Target is by calling the https/http endpoint of the proxy you wish to call next.

That should be fine but the fact that ip address of hosted target is not same as public message processor ip. I guess that's due to hosted target use GAE.

Not sure what will be the best way to whitelist hosted targets ip

Gotcha. From a security and implementation perspective, we don't recommend IP whitelisting. You can find more information on it by looking at our FAQ about IP whitelisting.