![]() |
AW: Authentication mit Indy Http Client
Hast Recht! Es ist Digest. Wie verfahre ich nun?
|
AW: Authentication mit Indy Http Client
Zitat:
![]() |
AW: Authentication mit Indy Http Client
Danke für den Tip, aber ich hab schon IdAllAuthentications in uses drin, und es klappt trotzdem nicht. :(
|
AW: Authentication mit Indy Http Client
Ich habe zwei Eventhandler hinzugefügt um besser zu erkennen was während des Connects passiert.
Delphi-Quellcode:
Wenn OnSelectAuthorization ausgelöst wird
procedure Auth(Sender: TObject; Authentication: TIdAuthentication; var Handled: Boolean);
procedure AuthSelect(Sender: TObject; var AuthenticationClass: TIdAuthenticationClass; AuthInfo: TIdHeaderList); ... IdHTTP1.OnAuthorization := Auth; IdHTTP1.OnSelectAuthorization := AuthSelect; ist AuthenticationClass TIdDigestAuthentication, AuthInfo hat den Inhalt: Digest algorithm="MD5", realm="Forbidden", qop="auth", opaque="1f4ffff678e1ac3ca5a49a44001fb374", nonce="1b2a0979d3adff70d59e1d11f6315df1" Jedoch wird OnAuthorization erst gar nicht ausgelöst! |
AW: Authentication mit Indy Http Client
Auf Stackoverflow fand ich gerade einen ähnlichen
![]() Aus der ![]() Zitat:
|
AW: Authentication mit Indy Http Client
Das war ein Arbeitskollege! :) Es läuft nun!
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:09 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz