BasicAuthHeader

Associates a Basic Authentication HTTP Request Header with an HTTP Session

  • Stored Procedure
  • SQL Server Compatibility: 2008, 2012, 2014, 2016, 2017

Syntax:

EXEC SQLHTTP.net.BasicAuthHeader @HttpSessionID, @UserName, @Password

Arguments:

Name Type Description
@HttpSessionID uniqueidentifier This value is obtained via the HttpSession stored procedure
@UserName nvarchar(4000) User Name
@Password nvarchar(4000) Password

Sample Usage:

See Also: