A A

Tag Archive | "http"

How to POST Form Data Using Ruby

Thursday, April 24, 2008

1 Comment

POSTing data on web forms is essential for writing tools and services that interact with resources already available on the web. You can grab information from your Gmail account, add a new thread to a forum from your own app, etc. The following is a brief example on how this can be done in Ruby [...]