test1329 419 B

123456789101112131415161718192021222324252627282930313233
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP proxy
  5. </keywords>
  6. </info>
  7. #
  8. # Client-side
  9. <client>
  10. <server>
  11. http
  12. </server>
  13. <name>
  14. /-prefixed proxy name
  15. </name>
  16. <command>
  17. http://%HOSTIP:%HTTPPORT/we/want/that/page/%TESTNUMBER -x "/server"
  18. </command>
  19. <features>
  20. proxy
  21. </features>
  22. </client>
  23. #
  24. # Verify data after the test has been "shot"
  25. <verify>
  26. # 5 == CURLE_COULDNT_RESOLVE_PROXY
  27. <errorcode>
  28. 5
  29. </errorcode>
  30. </verify>
  31. </testcase>