test170 844 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP POST
  6. HTTP proxy
  7. HTTP proxy NTLM auth
  8. </keywords>
  9. </info>
  10. # Server-side
  11. <reply>
  12. </reply>
  13. # Client-side
  14. <client>
  15. <server>
  16. http
  17. </server>
  18. <features>
  19. NTLM
  20. SSL
  21. !SSPI
  22. proxy
  23. </features>
  24. <name>
  25. HTTP POST with --proxy-ntlm and no SSL with no response
  26. </name>
  27. <command>
  28. http://a.galaxy.far.far.away/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --proxy-ntlm -F "dummy=value"
  29. </command>
  30. </client>
  31. # Verify data after the test has been "shot"
  32. <verify>
  33. <protocol>
  34. POST http://a.galaxy.far.far.away/%TESTNUMBER HTTP/1.1
  35. Host: a.galaxy.far.far.away
  36. Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
  37. User-Agent: curl/%VERSION
  38. Accept: */*
  39. Proxy-Connection: Keep-Alive
  40. Content-Length: 0
  41. </protocol>
  42. # 52 is CURLE_GOT_NOTHING
  43. <errorcode>
  44. 52
  45. </errorcode>
  46. </verify>
  47. </testcase>