curl/tests/data/test42

77 lines
1.3 KiB
Plaintext
Raw Normal View History

<testcase>
2005-04-22 17:59:08 -04:00
<info>
<keywords>
HTTP
HTTP GET
followlocation
</keywords>
</info>
2003-06-26 07:45:04 -04:00
#
# Server-side
<reply>
<data>
HTTP/1.1 302 OK swsclose
Location: ../m o o.html/%TESTNUMBER0002
Date: Tue, 09 Nov 2010 14:49:00 GMT
2003-06-26 07:45:04 -04:00
Connection: close
</data>
<data2>
HTTP/1.1 200 OK swsclose
Location: this should be ignored
Date: Tue, 09 Nov 2010 14:49:00 GMT
Connection: close
2003-06-26 07:45:04 -04:00
body
</data2>
<datacheck>
HTTP/1.1 302 OK swsclose
2020-12-14 08:10:33 -05:00
%if !hyper
Location: ../m o o.html/%TESTNUMBER0002
2020-12-14 08:10:33 -05:00
%else
Location: ../m o o.html/%TESTNUMBER0002
2020-12-14 08:10:33 -05:00
%endif
Date: Tue, 09 Nov 2010 14:49:00 GMT
2003-06-26 07:45:04 -04:00
Connection: close
HTTP/1.1 200 OK swsclose
Location: this should be ignored
Date: Tue, 09 Nov 2010 14:49:00 GMT
Connection: close
2003-06-26 07:45:04 -04:00
body
</datacheck>
</reply>
#
# Client-side
<client>
<server>
http
</server>
<name>
HTTP redirect with whitespace in path (and conversion)
</name>
<command>
http://%HOSTIP:%HTTPPORT/we/are/all/twits/%TESTNUMBER -L
2003-06-26 07:45:04 -04:00
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
GET /we/are/all/twits/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
2003-06-26 07:45:04 -04:00
GET /we/are/all/m%20o%20o.html/%TESTNUMBER0002 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
2003-06-26 07:45:04 -04:00
</protocol>
</verify>
</testcase>