mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:23:36 +03:00
parent
8db0e286b3
commit
73b732e3e8
23 changed files with 48 additions and 71 deletions
|
|
@ -4,7 +4,6 @@
|
|||
HTTP
|
||||
HTTP POST
|
||||
HTTP Basic auth
|
||||
notxml
|
||||
</keywords>
|
||||
</info>
|
||||
#
|
||||
|
|
@ -37,7 +36,7 @@ http
|
|||
HTTP POST with auth and contents but with content-length set to 0
|
||||
</name>
|
||||
<command>
|
||||
-d "fooo=mooo&pooo=clue&doo=%20%20%20++++" -u "fake:-user" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
-d "fooo=mooo%AMPpooo=clue%AMPdoo=%20%20%20++++" -u "fake:-user" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
@ -53,7 +52,7 @@ Accept: */*
|
|||
Content-Length: 37
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
fooo=mooo&pooo=clue&doo=%20%20%20++++
|
||||
fooo=mooo%AMPpooo=clue%AMPdoo=%20%20%20++++
|
||||
</protocol>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue