Changeset 8200 for docs

Show
Ignore:
Timestamp:
03/20/08 19:31:18 (5 years ago)
Author:
koshigoe
Message:

docs/openid/specs/authentication/2.0/trunk: add translation of "5.2.1 HTTP Redirect"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/openid/specs/authentication/2.0/trunk/openid-authentication.xml

    r8170 r8200  
    887887 
    888888        <section title="HTTP Redirect - HTTPリダイレクト"> 
     889          <!-- 
    889890          <t> 
    890891            Data can be transferred by issuing a 302, 303, or 307 HTTP 
     
    893894            message appended to the query string, as specified in 
    894895            <xref target="http_encoding" />. 
     896          </t> 
     897          --> 
     898          <t> 
     899            302, 303, 307のHTTPリダイレクトをエンドユーザーの 
     900            User-Agentに対して発行する事で、データの転送が出来ます。 
     901            リダイレクトURLは、<xref target="http_encoding" />で示される 
     902            OpenID認証メッセージをクエリ文字列に追加した、受信者のURLです。 
    895903          </t> 
    896904        </section>