I have two rails applications, hosted on heroku, that need to communicate.
For now, everything is done in a RESTful way, using ActiveResource when it’s relevant.
Now, the problem is to secure these communications, to prevent that someone sniff the network and then make some call and has access to informations or make some actions.
How do you do that?
Tx
A simple approach would be REST over HTTPS.