开发者

Using IP restricting API's on Heroku

开发者 https://www.devze.com 2023-02-23 12:16 出处:网络
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 ca

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

精彩评论

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

关注公众号