2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-16 19:15:19 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
followlocation
|
|
|
|
--max-redirs
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-08-07 08:42:23 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 301 This is a weirdo text message
|
|
|
|
Server: test-server/fake
|
2021-03-12 11:38:26 -05:00
|
|
|
Location: data/reply/%TESTNUMBER
|
2001-08-07 08:42:23 -04:00
|
|
|
Content-Length: 32
|
|
|
|
Connection: close
|
|
|
|
|
|
|
|
Redirect to the same URL again!
|
|
|
|
</data>
|
|
|
|
<datacheck>
|
|
|
|
HTTP/1.1 301 This is a weirdo text message
|
|
|
|
Server: test-server/fake
|
2021-03-12 11:38:26 -05:00
|
|
|
Location: data/reply/%TESTNUMBER
|
2001-08-07 08:42:23 -04:00
|
|
|
Content-Length: 32
|
|
|
|
Connection: close
|
|
|
|
|
|
|
|
HTTP/1.1 301 This is a weirdo text message
|
|
|
|
Server: test-server/fake
|
2021-03-12 11:38:26 -05:00
|
|
|
Location: data/reply/%TESTNUMBER
|
2001-08-07 08:42:23 -04:00
|
|
|
Content-Length: 32
|
|
|
|
Connection: close
|
|
|
|
|
|
|
|
HTTP/1.1 301 This is a weirdo text message
|
|
|
|
Server: test-server/fake
|
2021-03-12 11:38:26 -05:00
|
|
|
Location: data/reply/%TESTNUMBER
|
2001-08-07 08:42:23 -04:00
|
|
|
Content-Length: 32
|
|
|
|
Connection: close
|
|
|
|
|
|
|
|
HTTP/1.1 301 This is a weirdo text message
|
|
|
|
Server: test-server/fake
|
2021-03-12 11:38:26 -05:00
|
|
|
Location: data/reply/%TESTNUMBER
|
2001-08-07 08:42:23 -04:00
|
|
|
Content-Length: 32
|
|
|
|
Connection: close
|
|
|
|
|
|
|
|
HTTP/1.1 301 This is a weirdo text message
|
|
|
|
Server: test-server/fake
|
2021-03-12 11:38:26 -05:00
|
|
|
Location: data/reply/%TESTNUMBER
|
2001-08-07 08:42:23 -04:00
|
|
|
Content-Length: 32
|
|
|
|
Connection: close
|
|
|
|
|
|
|
|
HTTP/1.1 301 This is a weirdo text message
|
|
|
|
Server: test-server/fake
|
2021-03-12 11:38:26 -05:00
|
|
|
Location: data/reply/%TESTNUMBER
|
2001-08-07 08:42:23 -04:00
|
|
|
Content-Length: 32
|
|
|
|
Connection: close
|
|
|
|
|
|
|
|
</datacheck>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-08-07 08:42:23 -04:00
|
|
|
<name>
|
2005-05-20 07:15:15 -04:00
|
|
|
looping HTTP Location: following with --max-redirs
|
2001-08-07 08:42:23 -04:00
|
|
|
</name>
|
|
|
|
<command>
|
2021-03-12 11:38:26 -05:00
|
|
|
http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -L --max-redirs 5
|
2001-08-07 08:42:23 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2001-08-07 08:42:23 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2021-03-12 11:38:26 -05:00
|
|
|
GET /want/%TESTNUMBER HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-08-07 08:42:23 -04:00
|
|
|
|
2021-03-12 11:38:26 -05:00
|
|
|
GET /want/data/reply/%TESTNUMBER HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-08-07 08:42:23 -04:00
|
|
|
|
2021-03-12 11:38:26 -05:00
|
|
|
GET /want/data/reply/data/reply/%TESTNUMBER HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-08-07 08:42:23 -04:00
|
|
|
|
2021-03-12 11:38:26 -05:00
|
|
|
GET /want/data/reply/data/reply/data/reply/%TESTNUMBER HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-08-07 08:42:23 -04:00
|
|
|
|
2021-03-12 11:38:26 -05:00
|
|
|
GET /want/data/reply/data/reply/data/reply/data/reply/%TESTNUMBER HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-08-07 08:42:23 -04:00
|
|
|
|
2021-03-12 11:38:26 -05:00
|
|
|
GET /want/data/reply/data/reply/data/reply/data/reply/data/reply/%TESTNUMBER HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-08-07 08:42:23 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
|
|
|
|
<errorcode>
|
|
|
|
47
|
|
|
|
</errorcode>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|