Does okhttp support SOCKS5 authentication?
# squarelibraries
a
Does okhttp support SOCKS5 authentication?
j
OkHttp uses the JDKs built-in SOCKS stuff
👍 1
y
Which tends to mean socks 4 I think?
r
JVM supports SOCKS5
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.