aboutsummaryrefslogtreecommitdiff
path: root/models/openid-php-openid-782224d/Tests/Auth/Yadis/data/test1-discover.txt
blob: 7ec9b878860641864390132e56805e726978b9b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
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>