Hello
I want to send 10 HTTP requests at the same time
Time is very important to me, all requests must be sent exactly at 10:00:00
There is no serious problem when there is only one request
But when there are 10 requests, all subsequent requests are delayed by 100 to 200 milliseconds and...
Hello, I am using the latest update of the OkhttpUtils2 library, which is version 3.02, in the FirebaseMessaging Receiver, some requests are not executed.
It gives very strange errors
Sometimes it even gives an error, but the request is executed and sent to the server
And when the program is...
so, there's something called server side events (SSE).
it apparently has something to do with notifications
from a web server to a browser. i'm guessing it's what
happens when you see an annoying pop-up message
from a web server asking persmission to send you
notifications. good luck with...
Every developer must understand this article if developing any kind of network communication app.
Android os recent versions put end apps users privacy at the heart of its platform, the network communication between apps MUST BE secure by default, meaning connection must be to HTTPS not HTTP ...
Hello
I am using okhttputils2 version 3.0, recently I made a change in an old project app that runs in some devices with android 4.x
My problem now is that since the latest version of okhttp 1.5 the minimum sdk version is 21 (android 5) my old project in devices android 4.x has some issues...
Hello my friends
I want to send a request in Basic Four Android and show a response to the user, depending on the response I get from the server.
I used to work with Python, and there it was very easy to use a site to convert curls to Python commands. Is there a way I can request a server with a...
I implemented it like this:
Sub Post (Vin As String)
Dim templist As List
templist=File.ListFiles(File.DirInternal&Vin)
Dim testerr="" As String
Dim re=False As Boolean
For i=0 To templist.Size-1
Sleep(50)
Dim s=templist.Get(i) As String
If...
Hey guys, hope you're doing well.
I want to create an application to post some JSON data to an endpoint and get a field from the returned response. Whenever I click the button it takes back with the "Bad Request" error and says that two "title" and "script" fields are required. (I've already...
I have a few users seeing a rare error that I have never seen myself when testing my app, so I'm working my way through the source to figure out what's happening. And now I have to ask a control question to the forum:
In OkHttp, is it possible to enter ResponseError, and at the same time have...
I Follow Tutorial https://www.b4x.com/android/forum/threads/upload-image-to-server-postmultipart-and-php.82682/#post-525412
No error but no fileuploaded
here is my project
thanks for help,
solved
I HAVE
Dim webclient As OkHttpClient
Dim webrequest As OkHttpRequest
THEN
Sub webClient_ResponseSuccess (resp As OkHttpResponse, TaskId As Int)
xml = resp.GetString("UTF8")
RELATED TO THE OLD Http LIBRARY.
What is the equivalent instruction for OkHttp???
Many many thanks to solvers.
I'm using OkHttp library and running three jobs, Job1, job2 and job3. I have code i only want to run when all three jobs have completed successfully. Where do I put that? The only way I can think of doing it, is start a timer that keeps checking until all three are true. I Wonder if there's an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.