Blob Blame History Raw
> POST /o/oauth2/token HTTP/1.1
> Soup-Debug-Timestamp: 1430422927
> Soup-Debug: SoupSession 1 (0xf86390), SoupMessage 1 (0x10892b0), SoupSocket 1 (0x114b390)
> Host: accounts.google.com
> Content-Type: application/x-www-form-urlencoded
> Accept-Encoding: gzip, deflate
> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
> 
> client_id=352818697630-nqu2cmt5quqd6lr17ouoqmb684u84l1f.apps.googleusercontent.com&client_secret=-fA4pHQJxR3zJ-FyAMPQsikg&code=4%2F9qV_LanNEOUOL4sftMwUp4cfa_yeFassB6-ys5EkA5o.4rgOzrZMXgcboiIBeO6P2m-GWLMXmgI&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&grant_type=authorization_code
  
< HTTP/1.1 200 OK
< Soup-Debug-Timestamp: 1430422927
< Soup-Debug: SoupMessage 1 (0x10892b0)
< Content-Type: application/json; charset=utf-8
< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
< Pragma: no-cache
< Expires: Fri, 01 Jan 1990 00:00:00 GMT
< Date: Thu, 30 Apr 2015 19:42:07 GMT
< Content-Disposition: attachment; filename="json.txt"; filename*=UTF-8''json.txt
< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
< 
< {
<   "access_token" : "ya29.ZQEFwW-NMVSPtnKfaeAAD2Rv7iYNK9206z9iKfN1eP55C3wRHFHgivPnHH_LVv-q0VzlhvuDOwnY3g",
<   "token_type" : "Bearer",
<   "expires_in" : 3600,
<   "refresh_token" : "1/QINzwmWibPyq3xy7OmR1fRGES2Dpxo-DLfuSVlVWTy190RDknAdJa_sgfheVM0XT"
< }