test306 573 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #
  2. # Server-side
  3. <reply>
  4. <data>
  5. No headers at all, just data swsclose
  6. Let's get
  7. a little
  8. so that
  9. we
  10. have
  11. some
  12. test
  13. data to
  14. verify
  15. </data>
  16. </reply>
  17. #
  18. # Client-side
  19. <client>
  20. <server>
  21. https
  22. </server>
  23. <name>
  24. HTTPS GET, receive no headers only data!
  25. </name>
  26. <command>
  27. -k https://%HOSTIP:%HTTPSPORT/306
  28. </command>
  29. </test>
  30. #
  31. # Verify data after the test has been "shot"
  32. <verify>
  33. <strip>
  34. ^User-Agent:.*
  35. </strip>
  36. <protocol>
  37. GET /306 HTTP/1.1
  38. Host: 127.0.0.1:8433
  39. Pragma: no-cache
  40. Accept: */*
  41. </protocol>
  42. </verify>