[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

initiate post protocol using ruby

junkone

8/4/2006 3:37:00 AM

HI
I want to simulate the post protocol like a browser using ruby. I dont
want to use watir ... as it involves clicking.
for eg the www.cboe.org accepts post requests for options data and
returns a text file.

any pointers as to how i can start it.?

Seede

1 Answer

Logan Capaldo

8/4/2006 4:03:00 AM

0


On Aug 3, 2006, at 11:40 PM, junkone@rogers.com wrote:

> HI
> I want to simulate the post protocol like a browser using ruby. I dont
> want to use watir ... as it involves clicking.
> for eg the www.cboe.org accepts post requests for options data and
> returns a text file.
>
> any pointers as to how i can start it.?
>
> Seede
>
>

Look at the docs for WWW::Mechanize and Net::HTTP