bogdanfinn / tls-client-api

This is an application which is using gosoline and TLS-Client to run a simple request forwarding service with the option to use specific tls fingerprints which are implemented in TLS-client
BSD 4-Clause "Original" or "Old" License
83 stars 9 forks source link

Adding Cookies to CookieJar #7

Closed killcod3 closed 1 year ago

killcod3 commented 1 year ago

"requestCookies" payload is apparently adding cookies at request level only. how we we append existing cookieJar?

bogdanfinn commented 1 year ago

@killcod3 requestCookies are added to the cookieJar see here: https://github.com/bogdanfinn/tls-client-api/blob/master/internal/tls-client-api/api/forward-request-handler.go#L54

maybe you can give some more information and some payloads to reproduce your issue?

do you have the cookiejar disabled maybe? do you maybe add/check under the wrong URL ?

Without further information its hard to help you.