Skip to content

Instantly share code, notes, and snippets.

@hardboiled
Created December 16, 2016 21:14
Show Gist options
  • Save hardboiled/a32d4d1dee72e6901b9cd55b1f94a7e4 to your computer and use it in GitHub Desktop.
Save hardboiled/a32d4d1dee72e6901b9cd55b1f94a7e4 to your computer and use it in GitHub Desktop.
{
"startedDateTime": "2016-12-16T20:16:03.865Z",
"time": 976.1639999996987,
"request": {
"method": "POST",
"url": "https://uploads.stripe.com/v1/files",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Pragma",
"value": "no-cache"
},
{
"name": "Origin",
"value": "http://localhost:8082"
},
{
"name": "Accept-Encoding",
"value": "gzip, deflate, br"
},
{
"name": "Host",
"value": "uploads.stripe.com"
},
{
"name": "Accept-Language",
"value": "en-US,en;q=0.8"
},
{
"name": "User-Agent",
"value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36"
},
{
"name": "Content-Type",
"value": "multipart/form-data; boundary=----WebKitFormBoundarywlquqLHWRiBYKX4e"
},
{
"name": "Accept",
"value": "*/*"
},
{
"name": "Cache-Control",
"value": "no-cache"
},
{
"name": "Authorization",
"value": "Bearer pk_test_Bq0xsZSeqmJxW78wzde0tEeP"
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Referer",
"value": "http://localhost:8082/cash-example/index.html?"
},
{
"name": "Content-Length",
"value": "59155"
}
],
"queryString": [],
"cookies": [],
"headersSize": 587,
"bodySize": 320,
"postData": {
"mimeType": "multipart/form-data; boundary=----WebKitFormBoundarywlquqLHWRiBYKX4e",
"text": "------WebKitFormBoundarywlquqLHWRiBYKX4e\r\nContent-Disposition: form-data; name=\"file\"; filename=\"membership-sdk-js-console-result.png\"\r\nContent-Type: image/png\r\n\r\n\r\n------WebKitFormBoundarywlquqLHWRiBYKX4e\r\nContent-Disposition: form-data; name=\"purpose\"\r\n\r\nidentity_document\r\n------WebKitFormBoundarywlquqLHWRiBYKX4e--\r\n"
}
},
"response": {
"status": 200,
"statusText": "OK",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Date",
"value": "Fri, 16 Dec 2016 20:16:04 GMT"
},
{
"name": "Server",
"value": "nginx"
},
{
"name": "Stripe-Version",
"value": "2016-07-06"
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Access-Control-Max-Age",
"value": "300"
},
{
"name": "Access-Control-Allow-Methods",
"value": "GET, POST, HEAD, OPTIONS, DELETE"
},
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "Access-Control-Allow-Origin",
"value": "http://localhost:8082"
},
{
"name": "Cache-Control",
"value": "no-cache, no-store"
},
{
"name": "Access-Control-Allow-Credentials",
"value": "true"
},
{
"name": "Strict-Transport-Security",
"value": "max-age=31556926; includeSubDomains"
},
{
"name": "Request-Id",
"value": "req_9ky3Izyd6zZomd"
},
{
"name": "Content-Length",
"value": "164"
},
{
"name": "Stripe-Account",
"value": "acct_19MLRBIkhXVJTgQo"
}
],
"cookies": [],
"content": {
"size": 164,
"mimeType": "application/json",
"compression": 0,
"text": "{\n \"id\": \"file_19RS7cIkhXVJTgQopVBjfuDQ\",\n \"object\": \"file_upload\",\n \"created\": 1481919364,\n \"purpose\": \"identity_document\",\n \"size\": 58835,\n \"type\": \"png\"\n}\n"
},
"redirectURL": "",
"headersSize": 531,
"bodySize": 164,
"_transferSize": 695
},
"cache": {},
"timings": {
"blocked": 0.723999997717328,
"dns": -1,
"connect": -1,
"send": 0.315000001137382,
"wait": 974.4969999992463,
"receive": 0.6280000015976839,
"ssl": -1
},
"serverIPAddress": "54.186.23.98",
"connection": "55725",
"pageref": "page_1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment