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
667 stars 133 forks source link

[Feature Request]: Not really a feature, but add more documentation on how to add/change custom tls clients #103

Open AlexPaiva opened 4 months ago

AlexPaiva commented 4 months ago

Describe the feature / enhancement and how it would improve things

As title says, for example in my case I want to use confirmed_android but change a couple things, how would I be able to do so? Whenever I try using my own custom configuration there is error trying to decode reply usually which I assume is because I sent bogus or badly made custom client stuff such as JA3 etc... Any way you can give extra help or documentation on that part?

Describe how your proposal will work, with code and/or pseudo-code

--