Make WordPress Core

Ticket #11888: localhost-tests.log

File localhost-tests.log, 3.4 KB (added by Denis-de-Bernardy, 16 years ago)
Line 
1Transport:
2
3array (
4  0 =>
5  WP_Http_Streams::__set_state(array(
6  )),
7)
8
9Request to http://localhost/~denis/wp/?http_test=response:
10
11array (
12  'cookies' =>
13  array (
14    0 =>
15    WP_Http_Cookie::__set_state(array(
16       'name' => 'test',
17       'value' => 'test',
18       'expires' => NULL,
19       'path' => '/',
20       'domain' => false,
21    )),
22  ),
23  'headers' =>
24  array (
25    'Custom' => 'Headers',
26  ),
27)
28
29Response from http://localhost/~denis/wp/?http_test=response:
30
31array (
32  'headers' =>
33  array (
34    'date' => 'Thu, 14 Jan 2010 17:03:38 GMT',
35    'server' => 'Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8l DAV/2 PHP/5.3.1',
36    'x-powered-by' => 'PHP/5.3.1',
37    'vary' => 'User-Agent,Cookie',
38    'content-length' => '219',
39    'connection' => 'close',
40    'content-type' => 'text/plain; Charset: UTF-8;charset=UTF-8',
41  ),
42  'body' => 'Request:
43
44array (
45  \'Host\' => \'localhost\',
46  \'User-Agent\' => \'WordPress/2.9.1; http://localhost/~denis/wp\',
47  \'Custom\' => \'Headers\',
48  \'cookie\' => \'test=test\',
49  \'Accept-Encoding\' => \'deflate;q=1.0, compress;q=0.5\',
50)
51
52',
53  'response' =>
54  array (
55    'code' => '200',
56    'message' => 'OK',
57  ),
58  'cookies' =>
59  array (
60  ),
61)
62
63Request to http://dev.semiologic.com/?http_test=response:
64
65array (
66  'cookies' =>
67  array (
68    0 =>
69    WP_Http_Cookie::__set_state(array(
70       'name' => 'test',
71       'value' => 'test',
72       'expires' => NULL,
73       'path' => '/',
74       'domain' => 'dev.semiologic.com',
75    )),
76  ),
77  'headers' =>
78  array (
79    'Custom' => 'Headers',
80  ),
81)
82
83Response from http://dev.semiologic.com/?http_test=response:
84
85array (
86  'headers' =>
87  array (
88    'date' => 'Thu, 14 Jan 2010 17:03:40 GMT',
89    'server' => 'Apache/2.2.13 (FreeBSD) mod_ssl/2.2.13 OpenSSL/0.9.8e DAV/2 mod_python/3.3.1 Python/2.6.2 SVN/1.6.5',
90    'content-length' => '270',
91    'connection' => 'close',
92    'content-type' => 'text/plain; Charset: UTF-8',
93  ),
94  'body' => 'Request:
95
96array (
97  \'Host\' => \'dev.semiologic.com\',
98  \'User-Agent\' => \'WordPress/2.9.1; http://localhost/~denis/wp\',
99  \'Custom\' => \'Headers\',
100  \'cookie\' => \'test=test\',
101  \'Accept-Encoding\' => \'deflate;q=1.0, compress;q=0.5\',
102  \'X-Forwarded-For\' => \'212.198.119.154\',
103)
104
105',
106  'response' =>
107  array (
108    'code' => '200',
109    'message' => 'OK',
110  ),
111  'cookies' =>
112  array (
113  ),
114)
115
116Request to https://dev.semiologic.com/?http_test=response:
117
118array (
119  'cookies' =>
120  array (
121    0 =>
122    WP_Http_Cookie::__set_state(array(
123       'name' => 'test',
124       'value' => 'test',
125       'expires' => NULL,
126       'path' => '/',
127       'domain' => 'dev.semiologic.com',
128    )),
129  ),
130  'headers' =>
131  array (
132    'Custom' => 'Headers',
133  ),
134)
135
136Response from https://dev.semiologic.com/?http_test=response:
137
138array (
139  'headers' =>
140  array (
141    'date' => 'Thu, 14 Jan 2010 17:03:44 GMT',
142    'server' => 'Apache/2.2.13 (FreeBSD) mod_ssl/2.2.13 OpenSSL/0.9.8e DAV/2 mod_python/3.3.1 Python/2.6.2 SVN/1.6.5',
143    'content-length' => '228',
144    'connection' => 'close',
145    'content-type' => 'text/plain; Charset: UTF-8',
146  ),
147  'body' => 'Request:
148
149array (
150  \'Host\' => \'dev.semiologic.com\',
151  \'User-Agent\' => \'WordPress/2.9.1; http://localhost/~denis/wp\',
152  \'Custom\' => \'Headers\',
153  \'cookie\' => \'test=test\',
154  \'Accept-Encoding\' => \'deflate;q=1.0, compress;q=0.5\',
155)
156
157',
158  'response' =>
159  array (
160    'code' => '200',
161    'message' => 'OK',
162  ),
163  'cookies' =>
164  array (
165  ),
166)