How to set HTTP2 on TScHttpWebRequest

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
rahmazah
Posts: 1
Joined: Wed 22 Sep 2021 10:29

How to set HTTP2 on TScHttpWebRequest

Post by rahmazah » Wed 22 Sep 2021 10:33

How to set HTTP2 on TScHttpWebRequest ? I try to set

Code: Select all

ScHttpWebRequest1.ProtocolVersion.Major := 2;
ScHttpWebRequest1.ProtocolVersion.Minor := 0;
but error HTTP Version Not Supported

YanishevskiyVI
Devart Team
Posts: 70
Joined: Wed 02 Jun 2021 09:30

Re: How to set HTTP2 on TScHttpWebRequest

Post by YanishevskiyVI » Thu 23 Sep 2021 08:51

Hi Rahmazah!

Thank you for your question!

Please note that we could not reproduce this issue.
In order to identify and investigate the possible error, could you please provide an issued URI?

Looking forward to your reply!

Post Reply