tls-client
tls-client copied to clipboard
net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests.
### TLS client version 1.2 ### System information MacOS + Linux ### Issue description The code automatically makes the cookie, content-length, content-type, traceparent headers into title case and I receive...
### 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,...
### Describe the feature / enhancement and how it would improve things If possible or doable and worth it, simulate sluggish network randomly slightly delayed bytes sent, so each session...
This is more a PSA than a bug report, as it appears that this is something that is happening to other projects: https://github.com/golang/go/issues/62440 ### TLS client version master, after 1.7.1...
### TLS client version v1.3.11 ### System information Windows Server 2019 64 bit Intel(R) Xenon(R) E-2136 CPU @ 3.30GHz Nodejs v16.17 `failed to do request: Post "https://xxxxxxxx.xxx/": unexpected EOF `...
### TLS client version v1.7.0 ### System information .. ### Issue description client, _ := tls_client.NewHttpClient(tls_client.NewNoopLogger(), []tls_client.HttpClientOption{ tls_client.WithCookieJar(tls_client.NewCookieJar()), tls_client.WithClientProfile(profiles.Safari_IOS_16_0), tls_client.WithTimeoutSeconds(500), }...) ### Steps to reproduce / Code Sample client, _...
### TLS client version v1.6.1 ### System information win 10 ### Issue description If I use withDebug, my request goes through. if I do without it, my request gets an...
Hi, first I want to say thanks for this awesome project! This project literally open up a door for my Python application to allow it to bypass many TLS Fingerprint...
### TLS client version v1.6.0 ### System information Windows 10, Linux Ubuntu ### Issue description Version: 1.6.0 I am using Python_TLS_Client and found this bug. Python codes that used this...
i'm trying to use the pre-built files from dist on linux. `const ffi = require('ffi-napi');` `const tlsClientLibrary = ffi.Library(goPath, { 'request': ['string', ['string']] });` when i try to load the...