Movatterモバイル変換


[0]ホーム

URL:


  1. Home
  2. Reference documentation
  3. HTTP references
  4. HTTP Headers

Proxy-Authorization

The credentials to authenticate a user agent to a proxy server.

Fastly reads this header from requests and writes it into requests. It is defined by an external standard.

PROTECTED:  This header cannot be modified in VCL.

The HTTPProxy-Authorization request header is usually sent after a server has responded with a407 Proxy Authentication Required response containing aProxy-Authenticate response header.

TheProxy-Authorization header field allows the client to identify itself (or its user) to a proxy that requires authentication. Its value consists of credentials containing the authentication information of the client for the proxy and/or realm of the resource being requested.

UnlikeAuthorization, theProxy-Authorization header field applies only to the next inbound proxy that demanded authentication using theProxy-Authenticate field. When multiple proxies are used in a chain, theProxy-Authorization header field is consumed by the first inbound proxy that was expecting to receive credentials. A proxy MAY relay the credentials from the client request to the next proxy if that is the mechanism by which the proxies cooperatively authenticate a given request.


[8]ページ先頭

©2009-2025 Movatter.jp