Many thanks for your reply.
Now the client sends this header to server:
Authorization: Digest username="Admin", realm="", nonce="", algorithm="MD5", uri="/Path", response="dc9857e3e15a18babf11b71edbd68359"
I think I have to built a text with user id, password and a digest text in order to obtain the same md5 algorithm.
How can I build it? Or how can I validate this header?