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?