test11 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. followlocation
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. <data>
  12. HTTP/1.1 301 This is a weirdo text message swsclose
  13. Date: Tue, 09 Nov 2010 14:49:00 GMT
  14. Server: test-server/fake
  15. Location: data/%TESTNUMBER0002.txt?coolsite=yes
  16. Connection: close
  17. This server reply is for testing a simple Location: following
  18. </data>
  19. <data2>
  20. HTTP/1.1 200 Followed here fine swsclose
  21. Date: Tue, 09 Nov 2010 14:49:00 GMT
  22. Server: test-server/fake
  23. Content-Length: 52
  24. If this is received, the location following worked
  25. </data2>
  26. <datacheck>
  27. HTTP/1.1 301 This is a weirdo text message swsclose
  28. Date: Tue, 09 Nov 2010 14:49:00 GMT
  29. Server: test-server/fake
  30. Location: data/%TESTNUMBER0002.txt?coolsite=yes
  31. Connection: close
  32. HTTP/1.1 200 Followed here fine swsclose
  33. Date: Tue, 09 Nov 2010 14:49:00 GMT
  34. Server: test-server/fake
  35. Content-Length: 52
  36. If this is received, the location following worked
  37. </datacheck>
  38. </reply>
  39. # Client-side
  40. <client>
  41. <server>
  42. http
  43. </server>
  44. <name>
  45. simple HTTP Location: following
  46. </name>
  47. <command>
  48. http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -L
  49. </command>
  50. </client>
  51. # Verify data after the test has been "shot"
  52. <verify>
  53. <protocol>
  54. GET /want/%TESTNUMBER HTTP/1.1
  55. Host: %HOSTIP:%HTTPPORT
  56. User-Agent: curl/%VERSION
  57. Accept: */*
  58. GET /want/data/%TESTNUMBER0002.txt?coolsite=yes HTTP/1.1
  59. Host: %HOSTIP:%HTTPPORT
  60. User-Agent: curl/%VERSION
  61. Accept: */*
  62. </protocol>
  63. </verify>
  64. </testcase>