2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-22 17:59:08 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
HTTP proxy
|
|
|
|
HTTP proxy Basic auth
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-05-19 09:09:41 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2003-07-19 19:57:08 -04:00
|
|
|
HTTP/1.1 200 OK swsclose
|
2003-05-19 09:09:41 -04:00
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Content-Type: text/html
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 26
|
2003-05-19 09:09:41 -04:00
|
|
|
|
|
|
|
the content would go here
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP with proxy authorization set in environment
|
|
|
|
</name>
|
|
|
|
<setenv>
|
2004-09-08 04:08:38 -04:00
|
|
|
http_proxy=http://fake:user@%HOSTIP:%HTTPPORT/
|
2003-05-19 09:09:41 -04:00
|
|
|
</setenv>
|
|
|
|
<command>
|
|
|
|
http://we.want.that.site.com/63
|
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2003-05-19 09:09:41 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET http://we.want.that.site.com/63 HTTP/1.1
|
2004-11-29 07:01:07 -05:00
|
|
|
Proxy-Authorization: Basic ZmFrZTp1c2Vy
|
2003-05-19 09:09:41 -04:00
|
|
|
Host: we.want.that.site.com
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2005-05-11 05:52:59 -04:00
|
|
|
Proxy-Connection: Keep-Alive
|
2003-05-19 09:09:41 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|