Topic Path: Symbol Reference > Classes > EIdHTTPUnsupportedAuthorisationScheme Class
ContentsIndexHome
PreviousUpNext
EIdHTTPUnsupportedAuthorisationScheme Class

HTTP server exception for an invalid authentication scheme.

File
EIdHTTPUnsupportedAuthorisationScheme = class(EIdHTTPServerError);

EIdHTTPUnsupportedAuthorisationScheme is an EIdHTTPServerError exception descendant raised when a HTTP server has received a request with an invalid Authorization header. 

When "Authorization" is used in the request, it must contain the "Basic" authentication type with Base64-encoded user and password information.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.