开发者

Using IP restricting API's on Heroku

A third party API that we are using restricts access based on IP address. S开发者_运维知识库ince there is no dedicated IP for a heroku app, what is the optimal solution?


Get another server that you can control the IP on (like an EC2 instance) and then route your requests through that.

Or, talk with the API provider about modifying their access controls.


There is a new Heroku addon called Proximo designed to solve this problem: http://devcenter.heroku.com/articles/proximo

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜