bogdanfinn / tls-client

net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests.
BSD 4-Clause "Original" or "Old" License
668 stars 133 forks source link

Non-authorized proxy support added #93

Closed Ahmeth4n closed 6 months ago

Ahmeth4n commented 6 months ago

The library itself has proxy support that only requires Proxy-Authorization. I made a small condition update to be able to use proxy services that do not require public or authorization.

nonauthorized

bogdanfinn commented 6 months ago

@Ahmeth4n thank you for your contribution!