[Http-webtest-general] Need help to set up perl script for Windows ISA Proxy
Brought to you by:
m_ilya,
richardanderson
From: Castillo, D. <dca...@me...> - 2004-08-19 17:30:56
|
Tried to do the following example using a perl script: use HTTP::WebTest; my $webtest =3D new HTTP::WebTest; $webtest->run_tests( [ { test_name =3D> 'First page', url =3D> 'http://localwebserver/', text_require =3D> [ "Construction" ] } ], { proxies =3D> [ http =3D> 'http://username:password@localproxy/' ] } ); but got : Expected '200' and got: 501 Protocol scheme '' is not suppo FAIL Not sure how to set the proxy setting. I would appreciate any assistance given, because this seems to do what I need. Thanks. |