test279 790 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. HTTP proxy
  7. HTTP proxy Basic auth
  8. </keywords>
  9. </info>
  10. # Server-side
  11. <reply>
  12. <data>
  13. HTTP/1.1 200 OK swsclose
  14. Date: Thu, 09 Nov 2010 14:49:00 GMT
  15. Content-Type: text/html
  16. Content-Length: 27
  17. the content would go here
  18. </data>
  19. </reply>
  20. # Client-side
  21. <client>
  22. <server>
  23. http
  24. </server>
  25. <name>
  26. HTTP with proxy string including http:// and user only
  27. </name>
  28. <command>
  29. http://we.want.that.site.com/279 -x http://f%61ke@%HOSTIP:%HTTPPORT
  30. </command>
  31. </client>
  32. # Verify data after the test has been "shot"
  33. <verify>
  34. <strip>
  35. ^User-Agent:.*
  36. </strip>
  37. <protocol>
  38. GET http://we.want.that.site.com/279 HTTP/1.1
  39. Proxy-Authorization: Basic ZmFrZTo=
  40. Host: we.want.that.site.com
  41. Accept: */*
  42. Proxy-Connection: Keep-Alive
  43. </protocol>
  44. </verify>
  45. </testcase>