We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://github.com/bogdanfinn/tls-client/blob/master/cffi_dist/example_csharp/Requester.cs the default value for TlsClientIdentifier is FireFox110 that seems a bit diffrent to the default identifier who is used for all the other versions here.
I want to use Chrome 131 which identifier i have to use in the csharp one? Is it Chrome131 then?
The text was updated successfully, but these errors were encountered:
@JvB94 here you can see all the built in tlsClientIdentifiers as strings. https://github.com/bogdanfinn/tls-client/blob/master/profiles/profiles.go#L10
FireFox110 is not correct you are right. correct would be firefox_110
FireFox110
firefox_110
Afaik it will fallback to default profile if you supply anything which is not implemented. Default is currently Chrome131 https://github.com/bogdanfinn/tls-client/blob/master/profiles/profiles.go#L8
Sorry, something went wrong.
No branches or pull requests
Describe the feature / enhancement and how it would improve things
In https://github.com/bogdanfinn/tls-client/blob/master/cffi_dist/example_csharp/Requester.cs the default value for TlsClientIdentifier is FireFox110 that seems a bit diffrent to the default identifier who is used for all the other versions here.
I want to use Chrome 131 which identifier i have to use in the csharp one? Is it Chrome131 then?
Describe how your proposal will work, with code and/or pseudo-code
The text was updated successfully, but these errors were encountered: