mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
e6b21d422e
... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037
65 lines
906 B
Plaintext
65 lines
906 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
HTTP GET
|
|
followlocation
|
|
</keywords>
|
|
</info>
|
|
<reply>
|
|
<data>
|
|
HTTP/1.1 302 OK swsclose
|
|
Location: 550002
|
|
Date: Thu, 09 Nov 2010 14:50:00 GMT
|
|
Connection: close
|
|
|
|
</data>
|
|
<data2>
|
|
HTTP/1.1 200 OK swsclose
|
|
Date: Thu, 09 Nov 2010 14:50:00 GMT
|
|
Connection: close
|
|
|
|
body
|
|
</data2>
|
|
<datacheck>
|
|
HTTP/1.1 302 OK swsclose
|
|
Location: 550002
|
|
Date: Thu, 09 Nov 2010 14:50:00 GMT
|
|
Connection: close
|
|
|
|
HTTP/1.1 200 OK swsclose
|
|
Date: Thu, 09 Nov 2010 14:50:00 GMT
|
|
Connection: close
|
|
|
|
body
|
|
</datacheck>
|
|
</reply>
|
|
|
|
<client>
|
|
<server>
|
|
http
|
|
</server>
|
|
<name>
|
|
HTTP follow redirect with single slash in path
|
|
</name>
|
|
<command>
|
|
http://%HOSTIP:%HTTPPORT/55 -L
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<protocol>
|
|
GET /55 HTTP/1.1
|
|
Host: %HOSTIP:%HTTPPORT
|
|
User-Agent: curl/%VERSION
|
|
Accept: */*
|
|
|
|
GET /550002 HTTP/1.1
|
|
Host: %HOSTIP:%HTTPPORT
|
|
User-Agent: curl/%VERSION
|
|
Accept: */*
|
|
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|