| <?xml version="1.0" encoding="US-ASCII"?> |
| <testcase> |
| <info> |
| <keywords> |
| HTTPS |
| HTTP POST |
| </keywords> |
| </info> |
| |
| # Server-side |
| <reply> |
| <data> |
| HTTP/1.1 200 OK |
| Date: Tue, 09 Nov 2010 14:49:00 GMT |
| Server: test-server/fake |
| Content-Length: 10 |
| |
| blablabla |
| </data> |
| </reply> |
| |
| # Client-side |
| <client> |
| <features> |
| Mime |
| SSL |
| </features> |
| <server> |
| https |
| </server> |
| <name> |
| HTTPS multipart formpost |
| </name> |
| <command> |
| --insecure https://%HOSTIP:%HTTPSPORT/we/want/%TESTNUMBER -F name=daniel -F tool=curl -F file=@%LOGDIR/test%TESTNUMBER.txt |
| </command> |
| # We create this file before the command is invoked! |
| <file name="%LOGDIR/test%TESTNUMBER.txt"> |
| %repeat[1000 x a]% |
| </file> |
| </client> |
| |
| # Verify data after the test has been "shot" |
| <verify> |
| <strip> |
| ^(Content-Type: multipart/form-data;|------).* |
| </strip> |
| <protocol> |
| POST /we/want/%TESTNUMBER HTTP/1.1%CR |
| Host: %HOSTIP:%HTTPSPORT%CR |
| User-Agent: curl/%VERSION%CR |
| Accept: */*%CR |
| Content-Length: 1410%CR |
| Content-Type: multipart/form-data; boundary=----------------------------qrstuvwxyz0123456789AB%CR |
| %CR |
| ------------------------------qrstuvwxyz0123456789AB%CR |
| Content-Disposition: form-data; name="name"%CR |
| %CR |
| daniel%CR |
| ------------------------------qrstuvwxyz0123456789AB%CR |
| Content-Disposition: form-data; name="tool"%CR |
| %CR |
| curl%CR |
| ------------------------------qrstuvwxyz0123456789AB%CR |
| Content-Disposition: form-data; name="file"; filename="test%TESTNUMBER.txt"%CR |
| Content-Type: text/plain%CR |
| %CR |
| %repeat[1000 x a]% |
| %CR |
| ------------------------------qrstuvwxyz0123456789AB--%CR |
| </protocol> |
| </verify> |
| </testcase> |