1 | POST http://www.mysite.com/xmlrpc.php HTTP/1.1 |
---|
2 | Content-Type: text/xml |
---|
3 | User-Agent: XML-RPC.NET |
---|
4 | Host: www.mysite.com |
---|
5 | Content-Length: 389 |
---|
6 | Connection: Keep-Alive |
---|
7 | |
---|
8 | <?xml version="1.0"?> |
---|
9 | <methodCall> |
---|
10 | <methodName>blogger.getUsersBlogs</methodName> |
---|
11 | <params> |
---|
12 | <param> |
---|
13 | <value> |
---|
14 | <string /> |
---|
15 | </value> |
---|
16 | </param> |
---|
17 | <param> |
---|
18 | <value> |
---|
19 | <string>admin</string> |
---|
20 | </value> |
---|
21 | </param> |
---|
22 | <param> |
---|
23 | <value> |
---|
24 | <string>mypassword</string> |
---|
25 | </value> |
---|
26 | </param> |
---|
27 | </params> |
---|
28 | </methodCall> |
---|
29 | |
---|
30 | ------ |
---|
31 | |
---|
32 | HTTP/1.1 200 OK |
---|
33 | Content-Length: 187 |
---|
34 | Content-Type: text/xml; charset=UTF-8 |
---|
35 | Server: Microsoft-IIS/7.5 |
---|
36 | X-Powered-By: PHP/5.3.28 |
---|
37 | Set-Cookie: bb2_screener_=1411005631+87.231.10.154; path=/ |
---|
38 | X-Powered-By: ASP.NET |
---|
39 | Date: Thu, 18 Sep 2014 02:00:33 GMT |
---|
40 | Connection: close |
---|
41 | |
---|
42 | <?xml version="1.0" encoding="UTF-8"?> |
---|
43 | <methodResponse> |
---|
44 | <params> |
---|
45 | <param> |
---|
46 | <value> |
---|
47 | <array><data> |
---|
48 | </data></array> |
---|
49 | </value> |
---|
50 | </param> |
---|
51 | </params> |
---|
52 | </methodResponse> |
---|