bogdanfinn / tls-client

net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests.
BSD 4-Clause "Original" or "Old" License
670 stars 133 forks source link

invalid response cookies #30

Closed erg43hergeg closed 1 year ago

erg43hergeg commented 1 year ago

Any chance of adding a flag or something to disable the messages? they are redundant anyway because, apart from the message, the value is immediately sanitized and passed on. this happens on google and youtube - related to https://github.com/bogdanfinn/tls-client/issues/23 2023-03-16_00-54_1

erg43hergeg commented 1 year ago

https://github.com/Carcraftz/fhttp/commit/bd427df5ca71127d2c167131e61e3ea3cfc1bd4b

bogdanfinn commented 1 year ago

@erg43hergeg should be implemented in b707dce