test306 644 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTPS
  5. HTTP GET
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <data>
  12. No headers at all, just data swsclose
  13. Let's get
  14. a little
  15. so that
  16. we
  17. have
  18. some
  19. test
  20. data to
  21. verify
  22. </data>
  23. </reply>
  24. #
  25. # Client-side
  26. <client>
  27. <features>
  28. SSL
  29. !hyper
  30. </features>
  31. <server>
  32. https
  33. </server>
  34. <name>
  35. HTTPS GET, receive no headers only data!
  36. </name>
  37. <command>
  38. -k https://%HOSTIP:%HTTPSPORT/%TESTNUMBER --http0.9
  39. </command>
  40. </client>
  41. #
  42. # Verify data after the test has been "shot"
  43. <verify>
  44. <protocol>
  45. GET /%TESTNUMBER HTTP/1.1
  46. Host: %HOSTIP:%HTTPSPORT
  47. User-Agent: curl/%VERSION
  48. Accept: */*
  49. </protocol>
  50. </verify>
  51. </testcase>