fixed to work with 'nonewline' and thus this passes OK with the new http
server and things
This commit is contained in:
parent
ae8a8c8ba4
commit
4d0e51aead
@ -28,7 +28,7 @@ HTTP POST with user and password
|
|||||||
<strip>
|
<strip>
|
||||||
^User-Agent:.*
|
^User-Agent:.*
|
||||||
</strip>
|
</strip>
|
||||||
<protocol>
|
<protocol nonewline=yes>
|
||||||
POST /3 HTTP/1.1
|
POST /3 HTTP/1.1
|
||||||
Authorization: Basic ZmFrZTotdXNlcg==
|
Authorization: Basic ZmFrZTotdXNlcg==
|
||||||
Host: 127.0.0.1:8999
|
Host: 127.0.0.1:8999
|
||||||
@ -37,6 +37,6 @@ Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
|
|||||||
Content-Length: 37
|
Content-Length: 37
|
||||||
Content-Type: application/x-www-form-urlencoded
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
fooo=mooo&pooo=clue&doo=%20%20%20++++
|
fooo=mooo&pooo=clue&doo=%20%20%20++++
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user