net-core-push-notifications icon indicating copy to clipboard operation
net-core-push-notifications copied to clipboard

Only HTTP/1.0 and HTTP/1.1 version requests are currently supported

Open jlangedk opened this issue 3 years ago • 0 comments

I have installed the nuget package in my .net framework 4.7.2 backend and gets this response Only HTTP/1.0 and HTTP/1.1 version requests are currently supported, when calling apn.SendAsync. I can see in your code that you set the http request message version to 2: message.Version = new Version(2, 0); What can I do to fix my problem ? B.r. Jan Lange

jlangedk avatar Jul 22 '22 08:07 jlangedk