Created
January 30, 2018 17:40
-
-
Save ppcano/be85503fbf030a0b81b6e398817e9d71 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
| { | |
| "log": { | |
| "version": "1.2", | |
| "creator": { | |
| "name": "WebInspector", | |
| "version": "537.36" | |
| }, | |
| "pages": [ | |
| { | |
| "startedDateTime": "2018-01-30T11:05:24.052Z", | |
| "id": "page_1", | |
| "title": "https://httpbin.org/post", | |
| "pageTimings": { | |
| "onContentLoad": 608.0710000096587, | |
| "onLoad": 679.0040000050794 | |
| } | |
| } | |
| ], | |
| "entries": [ | |
| { | |
| "startedDateTime": "2018-01-30T11:05:24.173Z", | |
| "time": 115.15600001136772, | |
| "request": { | |
| "method": "POST", | |
| "url": "https://httpbin.org/post", | |
| "httpVersion": "HTTP/1.1", | |
| "headers": [ | |
| { | |
| "name": "Pragma", | |
| "value": "no-cache" | |
| }, | |
| { | |
| "name": "Origin", | |
| "value": "https://httpbin.org" | |
| }, | |
| { | |
| "name": "Accept-Encoding", | |
| "value": "gzip, deflate, br" | |
| }, | |
| { | |
| "name": "Host", | |
| "value": "httpbin.org" | |
| }, | |
| { | |
| "name": "Accept-Language", | |
| "value": "en-US,en;q=0.9,de;q=0.8,es;q=0.7" | |
| }, | |
| { | |
| "name": "Upgrade-Insecure-Requests", | |
| "value": "1" | |
| }, | |
| { | |
| "name": "User-Agent", | |
| "value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36" | |
| }, | |
| { | |
| "name": "Content-Type", | |
| "value": "application/x-www-form-urlencoded" | |
| }, | |
| { | |
| "name": "Accept", | |
| "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8" | |
| }, | |
| { | |
| "name": "Cache-Control", | |
| "value": "no-cache" | |
| }, | |
| { | |
| "name": "Referer", | |
| "value": "https://httpbin.org/forms/post" | |
| }, | |
| { | |
| "name": "Cookie", | |
| "value": "_gauges_unique_hour=1; _gauges_unique_day=1; _gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1" | |
| }, | |
| { | |
| "name": "Connection", | |
| "value": "keep-alive" | |
| }, | |
| { | |
| "name": "Content-Length", | |
| "value": "125" | |
| } | |
| ], | |
| "queryString": [], | |
| "cookies": [ | |
| { | |
| "name": "_gauges_unique_hour", | |
| "value": "1", | |
| "expires": null, | |
| "httpOnly": false, | |
| "secure": false | |
| }, | |
| { | |
| "name": "_gauges_unique_day", | |
| "value": "1", | |
| "expires": null, | |
| "httpOnly": false, | |
| "secure": false | |
| }, | |
| { | |
| "name": "_gauges_unique_month", | |
| "value": "1", | |
| "expires": null, | |
| "httpOnly": false, | |
| "secure": false | |
| }, | |
| { | |
| "name": "_gauges_unique_year", | |
| "value": "1", | |
| "expires": null, | |
| "httpOnly": false, | |
| "secure": false | |
| }, | |
| { | |
| "name": "_gauges_unique", | |
| "value": "1", | |
| "expires": null, | |
| "httpOnly": false, | |
| "secure": false | |
| } | |
| ], | |
| "headersSize": 712, | |
| "bodySize": 125, | |
| "postData": { | |
| "mimeType": "application/x-www-form-urlencoded", | |
| "text": "custname=Hola&custtel=123123&custemail=ppcano%40gmail.com&size=medium&topping=bacon&topping=cheese&delivery=12%3A00&comments=", | |
| "params": [ | |
| { | |
| "name": "custname", | |
| "value": "Hola" | |
| }, | |
| { | |
| "name": "custtel", | |
| "value": "123123" | |
| }, | |
| { | |
| "name": "custemail", | |
| "value": "ppcano%40gmail.com" | |
| }, | |
| { | |
| "name": "size", | |
| "value": "medium" | |
| }, | |
| { | |
| "name": "topping", | |
| "value": "bacon" | |
| }, | |
| { | |
| "name": "topping", | |
| "value": "cheese" | |
| }, | |
| { | |
| "name": "delivery", | |
| "value": "12%3A00" | |
| }, | |
| { | |
| "name": "comments", | |
| "value": "" | |
| } | |
| ] | |
| } | |
| }, | |
| "response": { | |
| "status": 200, | |
| "statusText": "OK", | |
| "httpVersion": "HTTP/1.1", | |
| "headers": [ | |
| { | |
| "name": "Date", | |
| "value": "Tue, 30 Jan 2018 11:02:14 GMT" | |
| }, | |
| { | |
| "name": "Via", | |
| "value": "1.1 vegur" | |
| }, | |
| { | |
| "name": "Server", | |
| "value": "meinheld/0.6.1" | |
| }, | |
| { | |
| "name": "X-Powered-By", | |
| "value": "Flask" | |
| }, | |
| { | |
| "name": "Content-Type", | |
| "value": "application/json" | |
| }, | |
| { | |
| "name": "Access-Control-Allow-Origin", | |
| "value": "https://httpbin.org" | |
| }, | |
| { | |
| "name": "Access-Control-Allow-Credentials", | |
| "value": "true" | |
| }, | |
| { | |
| "name": "X-Processed-Time", | |
| "value": "0.000962018966675" | |
| }, | |
| { | |
| "name": "Connection", | |
| "value": "keep-alive" | |
| }, | |
| { | |
| "name": "Content-Length", | |
| "value": "1195" | |
| } | |
| ], | |
| "cookies": [], | |
| "content": { | |
| "size": 1195, | |
| "mimeType": "application/json", | |
| "compression": 0, | |
| "text": "{\n \"args\": {}, \n \"data\": \"\", \n \"files\": {}, \n \"form\": {\n \"comments\": \"\", \n \"custemail\": \"ppcano@gmail.com\", \n \"custname\": \"Hola\", \n \"custtel\": \"123123\", \n \"delivery\": \"12:00\", \n \"size\": \"medium\", \n \"topping\": [\n \"bacon\", \n \"cheese\"\n ]\n }, \n \"headers\": {\n \"Accept\": \"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\", \n \"Accept-Encoding\": \"gzip, deflate, br\", \n \"Accept-Language\": \"en-US,en;q=0.9,de;q=0.8,es;q=0.7\", \n \"Cache-Control\": \"no-cache\", \n \"Connection\": \"close\", \n \"Content-Length\": \"125\", \n \"Content-Type\": \"application/x-www-form-urlencoded\", \n \"Cookie\": \"_gauges_unique_hour=1; _gauges_unique_day=1; _gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1\", \n \"Host\": \"httpbin.org\", \n \"Origin\": \"https://httpbin.org\", \n \"Pragma\": \"no-cache\", \n \"Referer\": \"https://httpbin.org/forms/post\", \n \"Upgrade-Insecure-Requests\": \"1\", \n \"User-Agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36\"\n }, \n \"json\": null, \n \"origin\": \"85.24.141.131\", \n \"url\": \"https://httpbin.org/post\"\n}\n" | |
| }, | |
| "redirectURL": "", | |
| "headersSize": 322, | |
| "bodySize": 1195, | |
| "_transferSize": 1517 | |
| }, | |
| "cache": {}, | |
| "timings": { | |
| "blocked": -0.26599999889731396, | |
| "dns": -1, | |
| "ssl": -1, | |
| "connect": -1, | |
| "send": 0.10900000052060899, | |
| "wait": 117.31300000974443, | |
| "receive": 0, | |
| "_blocked_queueing": -1 | |
| }, | |
| "serverIPAddress": "54.221.226.80", | |
| "connection": "618727", | |
| "pageref": "page_1" | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment