test659 758 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. CURLOPT_CURLU
  7. proxy
  8. </keywords>
  9. </info>
  10. <reply>
  11. <data nocheck="yes">
  12. HTTP/1.1 200 OK
  13. Date: Tue, 09 Nov 2010 14:49:00 GMT
  14. Server: test-server/fake
  15. Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
  16. ETag: "21025-dc7-39462498"
  17. Accept-Ranges: bytes
  18. Content-Length: 6
  19. Connection: close
  20. Content-Type: text/html
  21. Funny-head: yesyes
  22. -foo-
  23. </data>
  24. </reply>
  25. <client>
  26. <server>
  27. http
  28. </server>
  29. <tool>
  30. lib%TESTNUMBER
  31. </tool>
  32. <name>
  33. CURLOPT_CURLU without the path set - over proxy
  34. </name>
  35. <command>
  36. http://%HOSTIP:%HTTPPORT
  37. </command>
  38. <features>
  39. proxy
  40. </features>
  41. </client>
  42. <verify>
  43. <protocol>
  44. GET http://www.example.com/ HTTP/1.1
  45. Host: www.example.com
  46. Accept: */*
  47. Proxy-Connection: Keep-Alive
  48. </protocol>
  49. </verify>
  50. </testcase>