Created
September 28, 2012 23:29
-
-
Save kinow/3802600 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST /testlink-1.9.4/lib/api/xmlrpc.php HTTP/1.1 | |
Content-Type: text/xml | |
User-Agent: Apache XML RPC 3.1.3 (Sun HTTP Transport) | |
Cache-Control: no-cache | |
Pragma: no-cache | |
Host: localhost | |
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 | |
Connection: keep-alive | |
Content-Length: 310 | |
<?xml version="1.0" encoding="UTF-8"?><methodCall xmlns:ex="http://ws.apache.org/xmlrpc/namespaces/extensions"><methodName>tl.checkDevKey</methodName><params><param><value><struct><member><name>devKey</name><value>f3230e0850876097abdfef4e3cd01145</value></member></struct></value></param></params></methodCall>HTTP/1.1 200 OK | |
Date: Fri, 28 Sep 2012 23:23:54 GMT | |
Server: Apache/2.2.22 (Debian) | |
X-Powered-By: PHP/5.4.4-7 | |
Connection: close | |
Content-Length: 163 | |
Vary: Accept-Encoding | |
Content-Type: text/xml | |
<?xml version="1.0"?> | |
<methodResponse> | |
<params> | |
<param> | |
<value> | |
<boolean>1</boolean> | |
</value> | |
</param> | |
</params> | |
</methodResponse> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment