Created
February 29, 2016 16:06
-
-
Save carloxavier/6b0342d7a5544b2b97dc to your computer and use it in GitHub Desktop.
logs from the fresh app launch with gps-only and mobile network internet
This file contains 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
---> HTTP POST https://api.go-tellm.com:443/api/v2/users/ | |
User-Agent: Jodel/4.3.5 Dalvik/2.1.0 (Linux; U; Android 5.0.1; GT-I9505 Build/LRX22C) | |
Content-Type: application/json; charset=UTF-8 | |
Content-Length: 227 | |
{"client_id":"81e8a76e-1e02-4d17-9ba0-8a7020261b26","device_uid":"af9fa0bdb8dd2b50d624f6820e7446a9d7145d47f40f27b1ef04cd907895bb29","location":{"city":"","loc_coordinates":{"lat":0.0,"lng":0.0},"country":"","loc_accuracy":0.0}} | |
---> END HTTP (227-byte body) | |
<--- HTTP 200 https://api.go-tellm.com:443/api/v2/users/ (3236ms) | |
Access-Control-Allow-Origin: * | |
Content-Type: application/json; charset=utf-8 | |
Date: Mon, 29 Feb 2016 16:05:23 GMT | |
Server: nginx/1.6.2 | |
Vary: X-HTTP-Method-Override, Origin | |
X-Powered-By: Express | |
Content-Length: 239 | |
Connection: keep-alive | |
OkHttp-Sent-Millis: 1456761922897 | |
OkHttp-Received-Millis: 1456761922988 | |
{"access_token":"b7c106ad-76c9-444a-a439-b37df61172d4","refresh_token":"c007a904-84ca-4248-b62e-3ac92e5e7b43","token_type":"bearer","expires_in":604800,"expiration_date":1457366723,"distinct_id":"5561a6f6dc4f705c169edb1c","returning":true} | |
<--- END HTTP (239-byte body) | |
---> HTTP PUT https://api.go-tellm.com:443/api/v2/users/location | |
User-Agent: Jodel/4.3.5 Dalvik/2.1.0 (Linux; U; Android 5.0.1; GT-I9505 Build/LRX22C) | |
Authorization: Bearer b7c106ad-76c9-444a-a439-b37df61172d4 | |
Content-Type: application/json; charset=UTF-8 | |
Content-Length: 130 | |
{"location":{"city":"Berlin","loc_coordinates":{"lat":52.53577,"lng":13.39942},"country":"DE","name":"Berlin","loc_accuracy":0.0}} | |
---> END HTTP (130-byte body) | |
<--- HTTP 204 https://api.go-tellm.com:443/api/v2/users/location (113ms) | |
Access-Control-Allow-Origin: * | |
Date: Mon, 29 Feb 2016 16:05:31 GMT | |
Server: nginx/1.6.2 | |
Vary: Origin | |
X-Powered-By: Express | |
Connection: keep-alive | |
OkHttp-Sent-Millis: 1456761931058 | |
OkHttp-Received-Millis: 1456761931124 | |
<--- END HTTP (0-byte body) | |
---> HTTP PUT https://api.go-tellm.com:443/api/v2/users/pushToken | |
User-Agent: Jodel/4.3.5 Dalvik/2.1.0 (Linux; U; Android 5.0.1; GT-I9505 Build/LRX22C) | |
Authorization: Bearer b7c106ad-76c9-444a-a439-b37df61172d4 | |
Content-Type: application/json; charset=UTF-8 | |
Content-Length: 220 | |
{"client_id":"81e8a76e-1e02-4d17-9ba0-8a7020261b26","push_token":"f_FIJuxxXrw:APA91bEp8fikb1SKfeK40BXr_VP734HIqtzD2VbaCaRGvtZ5CKEHE7wN3M_97HkHnfCPsfB6My9cSewxsLCwrUTodAHMuG2hoenY5JtDV90PqxDOlyys53gjlM0tckP2Yu0j8rJ-PcMZ"} | |
---> END HTTP (220-byte body) | |
<--- HTTP 204 https://api.go-tellm.com:443/api/v2/users/pushToken (132ms) | |
Access-Control-Allow-Origin: * | |
Date: Mon, 29 Feb 2016 16:05:32 GMT | |
Server: nginx/1.6.2 | |
Vary: Origin | |
X-Powered-By: Express | |
Connection: keep-alive | |
OkHttp-Sent-Millis: 1456761932419 | |
OkHttp-Received-Millis: 1456761932488 | |
<--- END HTTP (0-byte body) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment