Hi,
I am in no way an expert, yet to my knowledge a redirect cannot be
generated by a server so that the HTTP clients generate a POST. From
the HTTP specification a redirect is only a URL, and a browser will
always generate a GET for a URL not a POST.
The only way to have parameters in the URL is to encode them using
the & symbol and the ?.
If you ever find a way to generate a POST I would be interested to know how.
--
Yannick Koehler
2006/7/3, Nara Hari <nhariraj@yahoo.com>:>
> Hi,
>
> How can I make sure the redirect should act as a "POST" method
and not as
> "GET"?
>
> Thanks, Hari
>
>
> --
> View this message in context:
http://www.nabble.com/redirect-as-post--tf1884434.html#a5151391
> Sent from the RubyOnRails Users forum at Nabble.com.
>
> _______________________________________________
> Rails mailing list
> Rails@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>