Changeset 103

Show
Ignore:
Timestamp:
12/11/06 13:01:08 (2 years ago)
Author:
stephenson
Message:

Working on Squid proxy integration

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/stephenson-link_scoring/lib/HoneyClient/Agent/Driver/Browser.pm

    r102 r103  
    968968    # as a HTTP::Headers object. 
    969969    $ua->default_header( 'Accept' => 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5' ); 
    970  
    971     # Point the agent to the squid proxy on the honeywall VM 
    972     #$ua->proxy(['http', 'https'], 'http://10.0.0.254:3128'); 
    973     $ua->env_proxy; 
    974970 
    975971    my $response = $ua->request(