Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

THTTPHeader.WWWAuthenticate

WWW-Authenticate header field value

Declaration

Source position: httpdefs.pp line 432

public property THTTPHeader.WWWAuthenticate : string
  index Ord(hhWWWAuthenticate)
  read GetHeaderValue
  write SetHeaderValue;

Description

WWWAuthenticate contains the WWW-Authenticate header field value, which specifies the authentication schemes and parameters for the requested resource. This is sent in 401 (Unauthorized) responses to challenge the client for authentication.


Documentation generated on: Jan 16 2026