FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library
MIT License
678 stars 135 forks source link

How can I to get custom settings? #50

Closed seadhy closed 1 year ago

seadhy commented 1 year ago

I want to create sessions using a 'custom' settings as you gave in the examples. I also want to do this using multiple custom settings, but I have no idea where to find these values. Can you give an idea about how we can find/create these values?

FlorianREGAZ commented 1 year ago

hey, you can check this link. Lmk if this helps

seadhy commented 1 year ago

I looked at what you said, but I couldn't understand its relevance to what I said (or i dont understand lol). image What I'm wondering is how do we get these values ​​if we want to change the settings here? For example, how can I find a different value that works for the value 'ja3'?

FlorianREGAZ commented 1 year ago

Ah okey, I missunderstood you question. You can use sites likes this for example: link

seadhy commented 1 year ago

Oh thanks! I think it will be best to use the settings I entered with the user agent I am using. btw if you have some spare time it might be good to write a readme where you explain what the parameters (eg: random_tls_extension_order) do

FlorianREGAZ commented 1 year ago

Yeah I might write a more detailed documentation in future! :)