found it, required this line in the OnGet event
if Flags = hg401 then
Exit;
rgn> hi, i am trying to write a wrapper class for httpserv.
rgn> unfortunately i have problems implementing the digest auth.
rgn> function THttpConnection.AuthDigestGetParams always returns false here:
rgn> t
hi, i am trying to write a wrapper class for httpserv.
unfortunately i have problems implementing the digest auth.
function THttpConnection.AuthDigestGetParams always returns false here:
t1 := EncodeTime(1, 0, 0, 0);
t2 := Now;
try
LastTime := RFC822ToDateTime(Trim(Base64Decod