Changeset 103
- Timestamp:
- 12/11/06 13:01:08 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/stephenson-link_scoring/lib/HoneyClient/Agent/Driver/Browser.pm
r102 r103 968 968 # as a HTTP::Headers object. 969 969 $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 VM972 #$ua->proxy(['http', 'https'], 'http://10.0.0.254:3128');973 $ua->env_proxy;974 970 975 971 my $response = $ua->request(
