test59 558 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # Server-side
  3. <reply name="1">
  4. <data>
  5. HTTP/1.1 200 OK swsclose
  6. Date: Thu, 09 Nov 2010 14:49:00 GMT
  7. Server: test-server/fake
  8. hej
  9. </data>
  10. </reply>
  11. #
  12. # Client-side
  13. <client>
  14. <server>
  15. http
  16. </server>
  17. <name>
  18. HTTP URL with slash but with "parameter"
  19. </name>
  20. <command>
  21. http://%HOSTIP:%HOSTPORT?mooo/59
  22. </command>
  23. </client>
  24. #
  25. # Verify data after the test has been "shot"
  26. <verify>
  27. <strip>
  28. ^User-Agent:.*
  29. </strip>
  30. <protocol>
  31. GET /?mooo/59 HTTP/1.1
  32. Host: 127.0.0.1:8999
  33. Pragma: no-cache
  34. Accept: */*
  35. </protocol>
  36. </verify>