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
ยทยทยท
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