タグ

HTTPとOAuthに関するtasanobuのブックマーク (2)

  • 自由奔放 : Authorizationヘッダーを使用したOAuth

    2010年08月16日13:41 カテゴリOAuth Authorizationヘッダーを使用したOAuth OAuthは、Authorizationヘッダーにパラメータを指定する方法があるのだけど、それについて、少し調べてみたところ、Yahoo!デベロッパーネットワークの Authorizationヘッダを利用したHTTPリクエスト がわかりやすかった。 OAuthのパラメータは、通常のものと同じなので、説明は省く。 Authorizationヘッダーを使用してOAuthする場合のポイントは以下。 1. 通常のBasic認証の場合のAuthorizationヘッダーの場合 Authorization: Basic データ のような形式であるが、OAuthの場合は Authorization: OAuth realm="realm名",データ の形式 2. 通常のBasic認証の場合のAu

  • OAuth Core 1.0a

    This specification was obsoleted by RFC 6749: The OAuth 2.0 Authorization Framework. Implementers should use RFC 6749 instead of this specification. June 24, 2009 OAuth Core 1.0 Revision A License This specification was derived from the OAuth Core 1.0 specification which was made available under the OAuth Non-Assertion Covenant and Author's Contribution License For OAuth Specification 1.0 availabl

  • 1