Relaying requests between third party server and Heroku for static IP

Posted by Gady on Server Fault See other posts from Server Fault or by Gady
Published on 2012-06-28T05:38:14Z Indexed on 2012/12/18 5:04 UTC
Read the original article Hit count: 412

Filed under:
|
|

I have a rails application hosted on Heroku that I need to integrate with 3rd party payments provider. The payment provider requires that my application will have a static IP for incoming and outgoing HTTPS requests. I want to deploy a proxy on a Linode VPS so it can relay the information as a proxy. Relaying the request to the service provider seems easy, I just use their IP.

Can I relay requests coming from the service provider to the heroku application? Can I realy the request using a URL (https://myapp.herokuapp.com) ?

What is the recommended proxy server to use?

© Server Fault or respective owner

Related posts about proxy

Related posts about static-ip