0

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?

sacmax
  • 15
  • 6

1 Answers1

0

You can send a POST requests to an external application easily using the HTTParty gem

Deekor
  • 9,144
  • 16
  • 69
  • 121