You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OkHttpClient is being replaced by JdkHttpClient in functional code, but there's a leftover/TBD here, regarding cookies manipulation when using a proxy.
This functionality seems to be eventually used by F8Proxy, so this issue is for traking the work needed to resume this feature by leveraging the JDH Http APIs instead of the OkHttpCLient one.
Expected Behaviour
Not defined, we'll identify use cases later, this issue is a tracker for resuming a specific cookie related configuration for HTTP communication, that was lost in #1296
Current Behaviour
N/A
Steps To Reproduce
N/A
Additional Information
n/a
The text was updated successfully, but these errors were encountered:
Issue Overview
OkHttpClient is being replaced by JdkHttpClient in functional code, but there's a leftover/TBD here, regarding cookies manipulation when using a proxy.
This functionality seems to be eventually used by
F8Proxy
, so this issue is for traking the work needed to resume this feature by leveraging the JDH Http APIs instead of the OkHttpCLient one.Expected Behaviour
Not defined, we'll identify use cases later, this issue is a tracker for resuming a specific cookie related configuration for HTTP communication, that was lost in #1296
Current Behaviour
N/A
Steps To Reproduce
N/A
Additional Information
n/a
The text was updated successfully, but these errors were encountered: