No response gotten even after whitelisting Apigee IPs

vicentelee
Participant II

I have a proxy that uses nodejs and in it, there is a script that calls out a third party server. The problem arises when the IP address used to hit that server is dynamic. We have a list of whitelisted IPs that we provided our third party server, which they have configured. However, everytime Apigee hits this third party server, the IP address that the third party server registers is always different than the whitelisted IPs that we were initially given to us by Apigee.

Is there a workaround for this problem?

0 2 260
2 REPLIES 2

Just to clarify are you using Hosted Targets to run your NodeJS? If that's the case, the IP will be different to that given by Apigee as the hosted target is running on google app engine and the IP will be dynamic

Thanks Dane, we have opted to not run on hosted targets.