Commit 8e8846d8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added test case 37, HTTP GET with name+password in the URL

parent 7d562bb6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -65,4 +65,5 @@ name31.txt prot32.txt reply310002.txt reply320002.txt \
command33.txt  extra33.txt    name33.txt     prot33.txt     reply33.txt \
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
 No newline at end of file
command36.txt  error36.txt  name36.txt  reply36.txt \
command37.txt  name37.txt  prot37.txt  reply37.txt
+1 −0
Original line number Diff line number Diff line
http://uUsSeErrr:pppasswrd@%HOSTIP:%HOSTPORT/37

tests/data/name37.txt

0 → 100644
+1 −0
Original line number Diff line number Diff line
HTTP GET with name+password in the URL

tests/data/prot37.txt

0 → 100644
+7 −0
Original line number Diff line number Diff line
GET /37 HTTP/1.1
Authorization: Basic dVVzU2VFcnJyOnBwcGFzc3dyZA==
User-Agent: curl/7.7-beta1 (i686-pc-linux-gnu) libcurl 7.7-beta1 (SSL 0.9.5)
Host: 127.0.0.1:8999
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*

tests/data/reply37.txt

0 → 100644
+3 −0
Original line number Diff line number Diff line
HTTP/1.0 200 OK

no headers!