test66 502 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. HTTP/0.9
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. <data>
  12. no headers swsclose
  13. </data>
  14. </reply>
  15. # Client-side
  16. <client>
  17. <server>
  18. http
  19. </server>
  20. <name>
  21. HTTP GET without headers in the response
  22. </name>
  23. <command>
  24. http://%HOSTIP:%HTTPPORT/66 --http0.9
  25. </command>
  26. </client>
  27. #
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. <strip>
  31. ^User-Agent:.*
  32. </strip>
  33. <protocol>
  34. GET /66 HTTP/1.1
  35. Host: %HOSTIP:%HTTPPORT
  36. Accept: */*
  37. </protocol>
  38. </verify>
  39. </testcase>