require 'mechanize'agent = WWW::Mechanize.newagent.basic_auth('username', 'password')agent.get('www.example.com')
No comments:
Post a Comment