How can I use uTLS with resty?
I'm working on an application that makes API requests to a server. Both GET and POST. The API server that I am attempting to communicate with uses TLS 1.3 and my requests are currently getting 403
error due to my lack of TLS implementation.
My application currently uses the go-resty library to make requests. I would like to implement TLS 1.3 support with the uTLS library. I'm using resty due to its simplicity and uTLS because it offers parrots of browsers such as utls.HelloChrome_58
which I need to get passed the 403
error.
How can I implement uTLS into resty?
from Recent Questions - Stack Overflow https://ift.tt/3jsiXvu
https://ift.tt/eA8V8J
Comments
Post a Comment