test306 616 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. </features>
  30. <server>
  31. https
  32. </server>
  33. <name>
  34. HTTPS GET, receive no headers only data!
  35. </name>
  36. <command>
  37. -k https://%HOSTIP:%HTTPSPORT/306
  38. </command>
  39. </client>
  40. #
  41. # Verify data after the test has been "shot"
  42. <verify>
  43. <strip>
  44. ^User-Agent:.*
  45. </strip>
  46. <protocol>
  47. GET /306 HTTP/1.1
  48. Host: %HOSTIP:%HTTPSPORT
  49. Accept: */*
  50. </protocol>
  51. </verify>
  52. </testcase>