Skip to content

Instantly share code, notes, and snippets.

@ocean90

ocean90/har.json Secret

Created October 3, 2016 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ocean90/f9caf0bf6b9db65679750defd88a31ab to your computer and use it in GitHub Desktop.
Save ocean90/f9caf0bf6b9db65679750defd88a31ab to your computer and use it in GitHub Desktop.
{
"startedDateTime": "2016-10-03T08:18:15.205Z",
"time": 421.50400002719834,
"request": {
"method": "POST",
"url": "https://translate.wordpress.org/projects/wp-plugins/nothing-much/stable-readme/de/default",
"httpVersion": "unknown",
"headers": [
{
"name": "origin",
"value": "https://translate.wordpress.org"
},
{
"name": "accept-encoding",
"value": "gzip, deflate, br"
},
{
"name": "accept-language",
"value": "de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4,nl;q=0.2,fr-CH;q=0.2,fr;q=0.2"
},
{
"name": "x-requested-with",
"value": "XMLHttpRequest"
},
{
"name": "cookie",
"value": "redacted"
},
{
"name": "content-length",
"value": "119"
},
{
"name": ":path",
"value": "/projects/wp-plugins/nothing-much/stable-readme/de/default"
},
{
"name": "pragma",
"value": "no-cache"
},
{
"name": "user-agent",
"value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36"
},
{
"name": "content-type",
"value": "application/x-www-form-urlencoded; charset=UTF-8"
},
{
"name": "accept",
"value": "application/json, text/javascript, */*; q=0.01"
},
{
"name": "cache-control",
"value": "no-cache"
},
{
"name": ":authority",
"value": "translate.wordpress.org"
},
{
"name": "referer",
"value": "https://translate.wordpress.org/projects/wp-plugins/nothing-much/stable-readme/de/default?filters%5Bstatus%5D=untranslated&sort%5Bby%5D=priority&sort%5Bhow%5D=desc"
},
{
"name": ":scheme",
"value": "https"
},
{
"name": "dnt",
"value": "1"
},
{
"name": ":method",
"value": "POST"
}
],
"queryString": [],
"cookies": [
{
"name": "wordpress_test_cookie",
"value": "WP+Cookie+check",
"expires": null,
"httpOnly": false,
"secure": false
},
{
"name": "wporg_sec",
"value": "redacted",
"expires": null,
"httpOnly": false,
"secure": false
},
{
"name": "wporg_logged_in",
"value": "redacted",
"expires": null,
"httpOnly": false,
"secure": false
},
{
"name": "devicePixelRatio",
"value": "2",
"expires": null,
"httpOnly": false,
"secure": false
}
],
"headersSize": -1,
"bodySize": 119,
"postData": {
"mimeType": "application/x-www-form-urlencoded; charset=UTF-8",
"text": "original_id=3003398&_gp_route_nonce=ebadaea5d3&translation%5B3003398%5D%5B%5D=This+plugin+really+does+nothing+of+value.",
"params": [
{
"name": "original_id",
"value": "3003398"
},
{
"name": "_gp_route_nonce",
"value": "ebadaea5d3"
},
{
"name": "translation%5B3003398%5D%5B%5D",
"value": "This+plugin+really+does+nothing+of+value."
}
]
}
},
"response": {
"status": 502,
"statusText": "",
"httpVersion": "unknown",
"headers": [
{
"name": "status",
"value": "502"
},
{
"name": "date",
"value": "Mon, 03 Oct 2016 08:18:15 GMT"
},
{
"name": "server",
"value": "nginx"
},
{
"name": "content-length",
"value": "568"
},
{
"name": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"name": "content-type",
"value": "text/html"
}
],
"cookies": [],
"content": {
"size": 568,
"mimeType": "text/html"
},
"redirectURL": "",
"headersSize": -1,
"bodySize": -1,
"_transferSize": 658
},
"cache": {},
"timings": {
"blocked": 1.29100005142391,
"dns": -1,
"connect": -1,
"send": 0.19799999427049997,
"wait": 419.5459999609736,
"receive": 0.46900002053035905,
"ssl": -1
},
"serverIPAddress": "66.155.40.249",
"connection": "2463635",
"pageref": "page_2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment