TScHttpWebRequest and Digest authorization

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
AndreyT
Posts: 1
Joined: Wed 17 Jul 2019 09:34

TScHttpWebRequest and Digest authorization

Post by AndreyT » Mon 18 Nov 2019 10:56

Hi, help me please.

TScHttpWebRequest do not support Digest authorization?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TScHttpWebRequest and Digest authorization

Post by ViktorV » Mon 18 Nov 2019 13:42

We don't have a dedicated property for Digest authorization, therefore you should use the TScHttpWebRequest.Headers property. You can use the TScHttpWebRequest.Headers.Add method to set the required values.

Post Reply