/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test1643
71 строка
1 KB
Daniel Stenberg
tool_cb_hdr: with -J, use the redirect name as a backup
26 янв 2026, 14:53
Не верифицирован
26 янв 2026, 14:53
fa6a464
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> HTTP HTTP GET -J </keywords> </info> <reply> <data nocheck="yes"> HTTP/1.1 301 OK Location: go/here/%TESTNUMBER0002#first </data> <data2 nocheck="yes"> HTTP/1.1 301 OK Location: too/%TESTNUMBER0003?fooo#second/%TESTNUMBER0003 </data2> <data3 nocheck="yes"> HTTP/1.1 200 OK Date: Tue, 09 Nov 2010 14:49:00 GMT Server: test-server/fake Content-Length: 6 Connection: close Content-Type: text/html 12345 </data3> </reply> # Client-side <client> <server> http </server> <name> HTTP -J, two redirects, use the last Location: name </name> <command option="no-output,no-include"> http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -L -O --output-dir %LOGDIR </command> </client> # Verify data after the test has been "shot" <verify> <protocol crlf="headers"> GET /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* GET /go/here/%TESTNUMBER0002 HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* GET /go/here/too/%TESTNUMBER0003?fooo HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* </protocol> <file name="%LOGDIR/%TESTNUMBER0003"> 12345 </file> </verify> </testcase>