Skip to content

Instantly share code, notes, and snippets.

@jpoehls
Created May 16, 2012 12:04
Show Gist options
  • Save jpoehls/2709843 to your computer and use it in GitHub Desktop.
Save jpoehls/2709843 to your computer and use it in GitHub Desktop.
jabbr.rpxnow.com/signin/get_login_info
{
"startedDateTime": "2012-05-16T11:57:32.161Z",
"time": 94,
"request": {
"method": "GET",
"url": "https://jabbr.rpxnow.com/signin/get_login_info?time=1337169452162",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Accept-Encoding",
"value": "gzip,deflate,sdch"
},
{
"name": "Accept-Language",
"value": "en-US,en;q=0.8"
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Pragma",
"value": "no-cache"
},
{
"name": "Accept-Charset",
"value": "ISO-8859-1,utf-8;q=0.7,*;q=0.3"
},
{
"name": "Host",
"value": "jabbr.rpxnow.com"
},
{
"name": "User-Agent",
"value": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.46 Safari/536.5"
},
{
"name": "Accept",
"value": "*/*"
},
{
"name": "Cache-Control",
"value": "no-cache"
},
{
"name": "Referer",
"value": "http://jabbr.net/"
}
],
"queryString": [
{
"name": "time",
"value": "1337169452162"
}
],
"cookies": [],
"headersSize": 420,
"bodySize": 0
},
"response": {
"status": 200,
"statusText": "OK",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Date",
"value": "Wed, 16 May 2012 11:57:32 GMT"
},
{
"name": "P3P",
"value": "CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Content-Length",
"value": "76"
},
{
"name": "X-Runtime",
"value": "7ms"
},
{
"name": "Server",
"value": "nginx"
},
{
"name": "ETag",
"value": "\"8bb03b7765a976d1ed0e781e46577426\""
},
{
"name": "Content-Type",
"value": "text/javascript;charset=utf-8"
},
{
"name": "Cache-Control",
"value": "private, max-age=0, must-revalidate"
},
{
"name": "Set-Cookie",
"value": "_accelerator_session_id=5812033175af94e196e53210d43d6b0c; path=/"
}
],
"cookies": [
{
"name": "_accelerator_session_id",
"value": "5812033175af94e196e53210d43d6b0c",
"path": "/",
"expires": null,
"httpOnly": false,
"secure": false
}
],
"content": {
"size": 76,
"mimeType": "text/javascript",
"compression": -33
},
"redirectURL": "",
"headersSize": 424,
"bodySize": 109
},
"cache": {},
"timings": {
"blocked": 0,
"dns": -1,
"connect": -1,
"send": 1,
"wait": 75,
"receive": 5,
"ssl": -1
},
"pageref": "page_1"
}
@jpoehls
Copy link
Author

jpoehls commented May 16, 2012

For JabbR bug shown in screencast http://www.screencast.com/t/49tZIVS1wZ. This is the only request/response that came in after trying to login.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment