test66 456 B

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