HTTP server exception for an invalid authentication scheme.
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.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |