Skip to content

Instantly share code, notes, and snippets.

@adamgoose
Created July 20, 2012 05:29
Show Gist options
  • Save adamgoose/3148861 to your computer and use it in GitHub Desktop.
Save adamgoose/3148861 to your computer and use it in GitHub Desktop.
JSON Response
Request URL:http://dnsmanpro.com/api.php
Request Method:POST
Status Code:200 OK
Request Headersview source
Accept:application/json, text/javascript, */*; q=0.01
Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8
Connection:keep-alive
Content-Length:118
Content-Type:application/x-www-form-urlencoded; charset=UTF-8
Cookie:PHPSESSID=psoo7ldkjl3k2pj35fluk8b0p0
Host:dnsmanpro.com
Origin:http://dnsmanpro.com
Referer:http://dnsmanpro.com/dashboard/account/1/domain/3324507
User-Agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.57 Safari/536.11
X-Requested-With:XMLHttpRequest
Form Dataview URL encoded
name:beta
ttl:300
type:CNAME
data:dnsman.ly
action:addRecord
domainID:3324507
domainName:dnsman.ly
accountID:1
hosted:
Response Headersview source
Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Connection:Keep-Alive
Content-Encoding:gzip
Content-Length:260
Content-Type:text/html
Date:Fri, 20 Jul 2012 05:27:48 GMT
Expires:Thu, 19 Nov 1981 08:52:00 GMT
Keep-Alive:timeout=5, max=100
Pragma:no-cache
Server:Apache/2.2.20 (Ubuntu)
Vary:Accept-Encoding
X-Powered-By:PHP/5.3.6-13ubuntu3.3
{
"request": "{\"records\":[{\"ttl\":300,\"data\":\"dnsman.ly\",\"name\":\"beta.dnsman.ly\",\"type\":\"CNAME\"}]}",
"status": "INITIALIZED",
"verb": "POST",
"jobId": "06b52a0e-52b8-453c-b17d-3e262b45539d",
"callbackUrl": "https://dns.api.rackspacecloud.com/v1.0/574735/status/06b52a0e-52b8-453c-b17d-3e262b45539d",
"requestUrl": "http://dns.api.rackspacecloud.com/v1.0/574735/domains/3324507/records.json"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment