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

major refactor, clean up, and header bug fix #1

Closed HusseinElguindi closed 3 years ago

HusseinElguindi commented 3 years ago

Hi, I removed unnecessary code and improved some logic, which in turn fixed some uncaught bugs. In the future, I would also recommend to deal with the data as bytes instead of converting it to strings. Hussein#9050.

Carcraftz commented 3 years ago

LGTM! Thanks!

I'm currently working on a modified version of the cycletls library which should enable me to support more features such as not allowing redirects, header order, and passing body as bytes. Will probably implement that when I'm done

HusseinElguindi commented 3 years ago

LGTM! Thanks!

I'm currently working on a modified version of the cycletls library which should enable me to support more features such as not allowing redirects, header order, and passing body as bytes. Will probably implement that when I'm done

That sounds good, I'd be happy to contribute!