summaryrefslogtreecommitdiff
path: root/gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authorization-sync-bad-credentials
blob: 8809a967ae6e18b3de82986c74d4017a7c7a34ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
> POST /accounts/OAuthGetAccessToken HTTP/1.1
> Soup-Debug-Timestamp: 1375114446
> Soup-Debug: SoupSession 1 (0x6501b0), SoupMessage 2 (0x9751d0), SoupSocket 2 (0x993230)
> Host: www.google.com
> Content-Type: application/x-www-form-urlencoded
> Authorization: OAuth oauth_consumer_key="anonymous",oauth_token="4%2FlydzQSwq7wb73eJbj197qsgNP5Kr",oauth_signature_method="HMAC-SHA1",oauth_signature="hQRNpZi3kAzkGA1sa84EjobE%2BsU%3D",oauth_timestamp="1375114446",oauth_nonce="mqbX8TahJGtxkoP3oX_73qzA",oauth_version="1.0"
> Accept-Encoding: gzip, deflate
> Connection: Keep-Alive
> 
> oauth%5Fverifier=test
  
< HTTP/1.1 400 Bad Request
< Soup-Debug-Timestamp: 1375114453
< Soup-Debug: SoupMessage 2 (0x9751d0)
< Content-Type: text/plain; charset=UTF-8
< Date: Mon, 29 Jul 2013 16:14:13 GMT
< Expires: Mon, 29 Jul 2013 16:14:13 GMT
< Cache-Control: private, max-age=0
< X-Content-Type-Options: nosniff
< X-XSS-Protection: 1; mode=block
< Content-Length: 23
< Server: GSE
< 
< The token is invalid.
<