ODOWA
Accueil Inscription Contact

How to POST Form Data Using Ruby

Being able to post data on web forms from your own apps will give you the ability to write tools, services,and provide automation, by interacting with resources already available on the web. This is a very brief example on how this can be accomplished in Ruby, using Net::HTTPand this POST form example. Looking at the source (interlacken.com/webdbdev/ch05/formpost.asp): We see two attributes are sent to the formpost.asp script when the user hits the submit button: A textbox named box1 and the value of the submit button, na... lire la suite

Lien du post: http://biodegradablegeek.com/2008/04/how-to-post-form-data-using-ruby/

Sur le même thème :