~gary/python-openid/python-openid-2.2.1-patched

« back to all changes in this revision

Viewing changes to openid/test/data/test1-discover.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2007-11-30 02:46:28 UTC
  • mfrom: (1.1.1 pyopenid-2.0)
  • Revision ID: launchpad@pqm.canonical.com-20071130024628-qktwsew3383iawmq
[rs=SteveA] upgrade to python-openid-2.0.1

Show diffs side-by-side

added added

removed removed

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