Join Slack
Powered by
Does okhttp support SOCKS5 authentication?
# squarelibraries
a
Aniket Kadam
05/08/2024, 7:54 AM
Does okhttp support SOCKS5 authentication?
j
jessewilson
05/08/2024, 11:34 AM
OkHttp uses the JDKs built-in SOCKS stuff
👍 1
y
yschimke
05/08/2024, 11:51 AM
Which tends to mean socks 4 I think?
r
rocketraman
05/08/2024, 12:04 PM
JVM supports SOCKS5
rocketraman
05/08/2024, 12:06 PM
SOCKS is not difficult to implement on your own if you need it to be multiplatform with auth -- I did it recently for a ktor multiplatform project.
14
Views
Open in Slack
Previous
Next