From 88819dd997d795e12bb953a343d0493dbdee94bb Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Tue, 16 Mar 2021 17:22:08 +0100 Subject: remove deprecated oauth1 authorizer --- ...zer-request-authorization-async-bad-credentials | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authorization-async-bad-credentials (limited to 'gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authorization-async-bad-credentials') diff --git a/gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authorization-async-bad-credentials b/gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authorization-async-bad-credentials deleted file mode 100644 index 492fc92b..00000000 --- a/gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authorization-async-bad-credentials +++ /dev/null @@ -1,26 +0,0 @@ -> POST /accounts/OAuthGetAccessToken HTTP/1.1 -> Soup-Debug-Timestamp: 1375114467 -> Soup-Debug: SoupSession 1 (0x6502c0), SoupMessage 2 (0x7fffe40108c0), SoupSocket 2 (0x7fffe0026eb0) -> Host: www.google.com -> Content-Type: application/x-www-form-urlencoded -> Authorization: OAuth oauth_consumer_key="anonymous",oauth_token="4%2FcPV6prKvQtxeeXkhgI1iJ6nLQbCX",oauth_signature_method="HMAC-SHA1",oauth_signature="rtly12Qq%2FK30HSglMmLqwZVCpMM%3D",oauth_timestamp="1375114467",oauth_nonce="qBZpBSAZauOCA8vEqy5zOQBZcAS",oauth_version="1.0" -> Accept-Encoding: gzip, deflate -> Connection: Keep-Alive -> -> oauth%5Fverifier=test - -< HTTP/1.1 400 Bad Request -< Soup-Debug-Timestamp: 1375114475 -< Soup-Debug: SoupMessage 2 (0x7fffe40108c0) -< Content-Type: text/plain; charset=UTF-8 -< Date: Mon, 29 Jul 2013 16:14:35 GMT -< Expires: Mon, 29 Jul 2013 16:14:35 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. -< - -- cgit v1.2.1