TLS-Fingerprint-API
TLS-Fingerprint-API copied to clipboard
Secure cookies issue ?
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
- make it a real http proxy instead of an api
- allow to access it using https so secure cookies are set
The former is probably possible and the best way. I'll look into it at some point.