python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Invalid "Content-Type" from Java code but works in Postman
I am trying to send a POST request to a particular URL, below is my Java Code to do it...
OkHttpClient httpClient = new OkHttpClient().newBuilder().build();
MediaT...
SharadxDutta
Votes: 0
Answers: 2
Issue with okhttp and minio 3.x packages
I have a Java 8 project using Maven to import io.minio minio package. We have been using minio package 8.2.1 but due to this vulnerability we are trying to update this package to a newer version. Afte...
qlangman
Votes: 0
Answers: 1
How can I get the number of actual bytes transferred with OkHttp3?
OkHttp does a great job of transparently handling GZIP content encoding. When I call response.body().contentLength() I get the decoded size of the response.
How can I get the number of bytes actually ...
dfraser
Votes: 0
Answers: 1
OkHttp WebSocket ping and pong
I'm using okhttp-4.9.3 to create a websocket which is connecting to Binance.
In their documentation, they say that they are sending a ping at every 3 minutes and I need to answer to it.
But I don't kn...

KunLun
Votes: 0
Answers: 1