ruby on rails - Using IP restricting API's on Heroku -


a third party api using restricts access based on ip address. since there no dedicated ip heroku app, optimal solution?

get server can control ip on (like ec2 instance) , route requests through that.

or, talk api provider modifying access controls.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -