test66 487 B

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