Commit df6ad8d8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added test case 38

parent f8e1fc32
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -67,3 +67,5 @@ command34.txt prot34.txt reply340001.txt name34.txt reply34.txt \
command35.txt  name35.txt     prot35.txt     reply35.txt \
command36.txt  error36.txt  name36.txt  reply36.txt \
command37.txt  name37.txt  prot37.txt  reply37.txt
command38.txt prot38.txt reply380001.txt \
name38.txt reply38.txt
+1 −0
Original line number Diff line number Diff line
http://user:pwd@%HOSTIP:%HOSTPORT/38 -L

tests/data/name38.txt

0 → 100644
+1 −0
Original line number Diff line number Diff line
HTTP GET with user+password in URL and Location: and --include

tests/data/prot38.txt

0 → 100644
+11 −0
Original line number Diff line number Diff line
GET /38 HTTP/1.1
Authorization: Basic dXNlcjpwd2Q=
Host: 127.0.0.1:8999
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*

GET /ffffooooooooooooooooooooooooooooooooooooooooooooooooooo/37?fake HTTP/1.1
Host: 127.0.0.1:8999
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*

tests/data/reply38.txt

0 → 100644
+4 −0
Original line number Diff line number Diff line
HTTP/1.0 301 OK
Location: http://127.0.0.1:8999/ffffooooooooooooooooooooooooooooooooooooooooooooooooooo/37?fake

blah
Loading