Hi! I've tried to use Network.HTTP.Auth.headerToChallenge function and noticed that it violates RFC2617. Specificall, headerToChallenge assumes that parameters such as "algorithm" or "stale" are quoted, while RFC2617 states that they shouldn't be. Am I the only one who tries to do digest authentication in Haskell? Yours Miguel Mitrofanov