Ruby on Rails POST parameters on redirect_to
Posted
by
Splashlin
on Stack Overflow
See other posts from Stack Overflow
or by Splashlin
Published on 2010-01-27T03:29:15Z
Indexed on
2010/12/22
22:54 UTC
Read the original article
Hit count: 193
I have to make a call to a different url in one of my controllers on my site. The problem is that with all the parameters the other site requires I'm overflowing the url. Is there anyway to call another url from the controller and send all of the parameters using a POST?
I'm not expecting a response from the other site. Also, I think there's a way to do this using the Net::HTTP library thought I'm not sure how.
Thanks
© Stack Overflow or respective owner