-
Hello, Is there any example available for implementing HTTPS request using lower level client::conn?
Tested with url |
Beta Was this translation helpful? Give feedback.
Answered by
panpur
Apr 29, 2021
Replies: 1 comment 1 reply
-
This works fine if I set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
panpur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works fine if I set
http2_only(true)
in the builder.But if I remove that & test on secure http/1.1 website, then I'm getting
400 bad request
error.