123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- equiv
- Status: 200 OK
- Content-Type: text/html
- <html>
- <head>
- <meta http-equiv="YADIS_HEADER" content="URL_BASE/xrds">
- <title>Joe Schmoe's Homepage</title>
- </head>
- <body>
- <h1>Joe Schmoe's Homepage</h1>
- <p>Blah blah blah blah blah blah blah</p>
- </body>
- </html>
- header
- Status: 200 OK
- Content-Type: text/html
- YADIS_HEADER: URL_BASE/xrds
- <html>
- <head>
- <title>Joe Schmoe's Homepage</title>
- </head>
- <body>
- <h1>Joe Schmoe's Homepage</h1>
- <p>Blah blah blah blah blah blah blah</p>
- </body>
- xrds
- Status: 200 OK
- Content-Type: application/xrds+xml
- <XRDS Content>
- xrds_ctparam
- Status: 200 OK
- Content-Type: application/xrds+xml; charset=UTF8
- <XRDS Content>
- xrds_ctcase
- Status: 200 OK
- Content-Type: appliCATION/XRDS+xml
- <XRDS Content>
- xrds_html
- Status: 200 OK
- Content-Type: text/html
- <XRDS Content>
- redir_equiv
- Status: 302 Found
- Content-Type: text/plain
- Location: URL_BASE/equiv
- You are presently being redirected.
- redir_header
- Status: 302 Found
- Content-Type: text/plain
- Location: URL_BASE/header
- You are presently being redirected.
- redir_xrds
- Status: 302 Found
- Content-Type: application/xrds+xml
- Location: URL_BASE/xrds
- <XRDS Content>
- redir_xrds_html
- Status: 302 Found
- Content-Type: text/plain
- Location: URL_BASE/xrds_html
- You are presently being redirected.
- redir_redir_equiv
- Status: 302 Found
- Content-Type: text/plain
- Location: URL_BASE/redir_equiv
- You are presently being redirected.
- lowercase_header
- Status: 200 OK
- Content-Type: text/html
- x-xrds-location: URL_BASE/xrds
- <html>
- <head>
- <title>Joe Schmoe's Homepage</title>
- </head>
- <body>
- <h1>Joe Schmoe's Homepage</h1>
- <p>Blah blah blah blah blah blah blah</p>
- </body>
- 404_server_response
- Status: 404 Not Found
- EEk!
- 500_server_response
- Status: 500 Server error
- EEk!
- 201_server_response
- Status: 201 Created
- EEk!
- 404_with_header
- Status: 404 Not Found
- YADIS_HEADER: URL_BASE/xrds
- EEk!
- 404_with_meta
- Status: 404 Not Found
- Content-Type: text/html
- <html>
- <head>
- <meta http-equiv="YADIS_HEADER" content="URL_BASE/xrds">
- <title>Joe Schmoe's Homepage</title>
- </head>
- <body>
- <h1>Joe Schmoe's Homepage</h1>
- <p>Blah blah blah blah blah blah blah</p>
- </body>
- </html>
|