test2 715 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. HTTP Basic auth
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. <data>
  13. HTTP/1.1 200 OK
  14. Date: Thu, 09 Nov 2010 14:49:00 GMT
  15. Server: test-server/fake swsclose
  16. Content-Type: text/html
  17. Funny-head: yesyes
  18. </data>
  19. </reply>
  20. #
  21. # Client-side
  22. <client>
  23. <server>
  24. http
  25. </server>
  26. <name>
  27. HTTP GET with user and password
  28. </name>
  29. <command>
  30. -u fake:user http://%HOSTIP:%HTTPPORT/2
  31. </command>
  32. </client>
  33. #
  34. # Verify data after the test has been "shot"
  35. <verify>
  36. <strip>
  37. ^User-Agent:.*
  38. </strip>
  39. <protocol>
  40. GET /2 HTTP/1.1
  41. Authorization: Basic ZmFrZTp1c2Vy
  42. Host: %HOSTIP:%HTTPPORT
  43. Accept: */*
  44. </protocol>
  45. <data>
  46. [insert full protocol verifiction dump here]
  47. </data>
  48. </verify>
  49. </testcase>