I am very new to ruby on rails. In my rails app, when the user logs in, I need to redirect him along with some info related to the user to an external application( a https url which ends in .action) using POST. Since redirection is a GET request, can somebody give me some pointers?
Asked
Active
Viewed 49 times
0
-
http://stackoverflow.com/a/985599/4739257 - duplicate – Ilya Feb 08 '16 at 16:06
1 Answers
0
You can send a POST
requests to an external application easily using the HTTParty gem

Deekor
- 9,144
- 16
- 69
- 121