Make WordPress Core

Ticket #29698: blogger.getUsersBlogs.txt

File blogger.getUsersBlogs.txt, 1.0 KB (added by tom103, 10 years ago)
Line 
1POST http://www.mysite.com/xmlrpc.php HTTP/1.1
2Content-Type: text/xml
3User-Agent: XML-RPC.NET
4Host: www.mysite.com
5Content-Length: 389
6Connection: 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
32HTTP/1.1 200 OK
33Content-Length: 187
34Content-Type: text/xml; charset=UTF-8
35Server: Microsoft-IIS/7.5
36X-Powered-By: PHP/5.3.28
37Set-Cookie: bb2_screener_=1411005631+87.231.10.154; path=/
38X-Powered-By: ASP.NET
39Date: Thu, 18 Sep 2014 02:00:33 GMT
40Connection: 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>