How can I deploy a application that requires static IP to Heroku? -
i have rails application hosted on heroku need integrate 3rd party payments provider. payment provider requires application have static ip incoming , outgoing https requests. want deploy proxy on linode vps can relay information proxy. relaying request service provider seems easy, use ip.
can relay requests coming service provider heroku application? can relay request using url (https://myapp.herokuapp.com) ?
what recommended proxy server use?
it's better into: https://devcenter.heroku.com/articles/quotaguardstatic
if have credit card , app has no traffic (250 request , 100mb of traffic bandwidth) quotaguard has free starter plan (to add heroku heroku addons:add quotaguardstatic:starter
).
here plans: quota guard static plans
Comments
Post a Comment