Sending Forms parameters via the http request

Hello List!

I’ve made an application with rails where I have 2 pages. In the first
one,
I put a form, then after filling the form and clicking on the submit
button,
the request result will be displayed in the second page.

What I want to do now is to use the “curl” command to send my requests,
then, is it possible with rails to give the form parameters within the
URL
instead of filling a form text tags.

thank you!