Posted on 2008-04-05 06:08:30-07 by cooolside
HTTPS www:mechanize
Consider the following code:

require 'rubygems'
require 'logger'
require 'mechanize'

@agent = WWW::Mechanize.new{|obj| obj.log = Logger.new(STDERR)}
@agent.user_agent_alias = 'Mac FireFox'
@agent.redirect_ok = true
page = @agent.get('https://www.humana-one.com/secured/individual-health-insurance-quotes.asp')


The request is hanging, any comments are highly appreciated.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.