skip to main content
Connection property descriptions : AuthHeader
  

Try DataDirect Drivers Now

AuthHeader

Purpose

Specifies the name of the HTTP header used for authentication. This property is used when Basic (AuthenticationMethod=Basic) or Header-based token authentication (AuthenticationMethod=HttpHeader) is enabled; otherwise, this property is ignored.

Valid values

auth_header
where:
auth_header
is the name of the HTTP header used for authentication. For example, X-Api-Key.

Data Source Method

setAuthHeader

Default

Authorization

Data Type

String

See Also

*AuthenticationMethod