Carcraftz / TLS-Fingerprint-API

Privacy protection for the 21st century. Modern websites like Facebook can track details about your HTTP client even if you prevent sending a User Agent! This repo proxies your requests using a fork of go’s networking library (fhttp) and my fork of cclient (TLS fingerprint mimicry library) to prevent detection at the TLS stack level.
241 stars 58 forks source link

Secure cookies issue ? #13

Open momala454 opened 2 years ago

momala454 commented 2 years ago

As it's an API instead of a proxy and the api is HTTP, if we request an HTTPS website and it returns a "secure" cookie, the secure cookie will not be sent.

Is it possible to either

Carcraftz commented 2 years ago

The former is probably possible and the best way. I'll look into it at some point.