1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <testcase>
- <info>
- <keywords>
- HTTPS
- HTTP GET
- </keywords>
- </info>
- #
- # Server-side
- <reply>
- <data>
- No headers at all, just data swsclose
- Let's get
- a little
- so that
- we
- have
- some
- test
- data to
- verify
- </data>
- </reply>
- #
- # Client-side
- <client>
- <features>
- SSL
- </features>
- <server>
- https
- </server>
- <name>
- HTTPS GET, receive no headers only data!
- </name>
- <command>
- -k https://%HOSTIP:%HTTPSPORT/306
- </command>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- <strip>
- ^User-Agent:.*
- </strip>
- <protocol>
- GET /306 HTTP/1.1
- Host: %HOSTIP:%HTTPSPORT
- Accept: */*
- </protocol>
- </verify>
- </testcase>
|