test1-discover.txt 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. equiv
  2. Status: 200 OK
  3. Content-Type: text/html
  4. <html>
  5. <head>
  6. <meta http-equiv="YADIS_HEADER" content="URL_BASE/xrds">
  7. <title>Joe Schmoe's Homepage</title>
  8. </head>
  9. <body>
  10. <h1>Joe Schmoe's Homepage</h1>
  11. <p>Blah blah blah blah blah blah blah</p>
  12. </body>
  13. </html>
  14. header
  15. Status: 200 OK
  16. Content-Type: text/html
  17. YADIS_HEADER: URL_BASE/xrds
  18. <html>
  19. <head>
  20. <title>Joe Schmoe's Homepage</title>
  21. </head>
  22. <body>
  23. <h1>Joe Schmoe's Homepage</h1>
  24. <p>Blah blah blah blah blah blah blah</p>
  25. </body>
  26. xrds
  27. Status: 200 OK
  28. Content-Type: application/xrds+xml
  29. <XRDS Content>
  30. xrds_ctparam
  31. Status: 200 OK
  32. Content-Type: application/xrds+xml; charset=UTF8
  33. <XRDS Content>
  34. xrds_ctcase
  35. Status: 200 OK
  36. Content-Type: appliCATION/XRDS+xml
  37. <XRDS Content>
  38. xrds_html
  39. Status: 200 OK
  40. Content-Type: text/html
  41. <XRDS Content>
  42. redir_equiv
  43. Status: 302 Found
  44. Content-Type: text/plain
  45. Location: URL_BASE/equiv
  46. You are presently being redirected.
  47. redir_header
  48. Status: 302 Found
  49. Content-Type: text/plain
  50. Location: URL_BASE/header
  51. You are presently being redirected.
  52. redir_xrds
  53. Status: 302 Found
  54. Content-Type: application/xrds+xml
  55. Location: URL_BASE/xrds
  56. <XRDS Content>
  57. redir_xrds_html
  58. Status: 302 Found
  59. Content-Type: text/plain
  60. Location: URL_BASE/xrds_html
  61. You are presently being redirected.
  62. redir_redir_equiv
  63. Status: 302 Found
  64. Content-Type: text/plain
  65. Location: URL_BASE/redir_equiv
  66. You are presently being redirected.
  67. lowercase_header
  68. Status: 200 OK
  69. Content-Type: text/html
  70. x-xrds-location: URL_BASE/xrds
  71. <html>
  72. <head>
  73. <title>Joe Schmoe's Homepage</title>
  74. </head>
  75. <body>
  76. <h1>Joe Schmoe's Homepage</h1>
  77. <p>Blah blah blah blah blah blah blah</p>
  78. </body>
  79. 404_server_response
  80. Status: 404 Not Found
  81. EEk!
  82. 500_server_response
  83. Status: 500 Server error
  84. EEk!
  85. 201_server_response
  86. Status: 201 Created
  87. EEk!
  88. 404_with_header
  89. Status: 404 Not Found
  90. YADIS_HEADER: URL_BASE/xrds
  91. EEk!
  92. 404_with_meta
  93. Status: 404 Not Found
  94. Content-Type: text/html
  95. <html>
  96. <head>
  97. <meta http-equiv="YADIS_HEADER" content="URL_BASE/xrds">
  98. <title>Joe Schmoe's Homepage</title>
  99. </head>
  100. <body>
  101. <h1>Joe Schmoe's Homepage</h1>
  102. <p>Blah blah blah blah blah blah blah</p>
  103. </body>
  104. </html>