Re: [twsocket] httpServer auth problem

2007-01-31 Thread retnyg
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

[twsocket] httpServer auth problem

2007-01-31 Thread retnyg
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