2007-01-23 02:25:56 +00:00
|
|
|
<testcase>
|
2005-04-22 21:59:08 +00:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
HTTP proxy
|
|
|
|
HTTP proxy Basic auth
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-05-19 13:09:41 +00:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2003-07-19 23:57:08 +00:00
|
|
|
HTTP/1.1 200 OK swsclose
|
2003-05-19 13:09:41 +00:00
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Content-Type: text/html
|
2006-11-25 13:32:04 +00:00
|
|
|
Content-Length: 26
|
2003-05-19 13:09:41 +00: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 08:08:38 +00:00
|
|
|
http_proxy=http://fake:user@%HOSTIP:%HTTPPORT/
|
2003-05-19 13:09:41 +00:00
|
|
|
</setenv>
|
|
|
|
<command>
|
|
|
|
http://we.want.that.site.com/63
|
|
|
|
</command>
|
2005-01-25 21:45:03 +00:00
|
|
|
</client>
|
2003-05-19 13:09:41 +00: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 12:01:07 +00:00
|
|
|
Proxy-Authorization: Basic ZmFrZTp1c2Vy
|
2003-05-19 13:09:41 +00:00
|
|
|
Host: we.want.that.site.com
|
2004-02-09 12:46:41 +00:00
|
|
|
Accept: */*
|
2005-05-11 09:52:59 +00:00
|
|
|
Proxy-Connection: Keep-Alive
|
2003-05-19 13:09:41 +00:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 02:25:56 +00:00
|
|
|
</testcase>
|