B4i Question How to send Text to Websocket - Erel (first post)    Feb 20, 2023   (1 reaction) It has nothing to do with AsyncStreams.
Http requests are sent with OkHttpUtils2.
There isn't enough information here so I can't say which type of request you need to do. Maybe a POST request. B4i Question HttpUtils2 Get Cookie - Erel (first post)    Dec 08, 2019   (1 reaction) This modification is not needed. You can access job.Response.GetHeaders directly. B4i Library [class] HttpUtils2 - Erel    Aug 09, 2017   (4 reactions) Latest version is available here: https://www.b4x.com/android/forum/threads/b4x-okhttputils2-ihttputils2-httputils2-source-code.82632/
B4i implementation of HttpUtils2: http://www.b4x.-web-services-are-now-even-simpler.18992/#content
http://www.b4x.com/basic4android/images/SS-2014-11-06_16.36.36.p B4i Question Check if my IOS application is updated - Erel (first post)    Apr 22, 2024   (3 reactions) This is really invalid code. It makes a http request on the main thread. Something that will cause your freeze whenever the user starts it.
Use iHttpUtils2 to get this data. More information about this API: https://stackoverflow.com/a/24839038/971547 B4i Question Disable automatic redirections with HttpUtils2 - Star-Dust (first post)    Jan 30, 2022 I use HttpUtils2 because I have created an alternative Multiplatform client to a webApp.
I need to read the server responses to populate the masks and respond to the server.
Sometimes the server responds with page 302 and redirects me. I need to know when it happens and manage it. At the mome B4i Question job.GetString and job.GetString2 failed - Ali Alsaedi (first post)    Jul 26, 2021 I'm sorry I thought it was clear and does not need to be explained ... I use httputils2 to communicate with the server When job_done goes to the job.string or job.string2 line, the program gives an error and closes Error image attached B4i Question Download huge files with HttpUtils2 - Erel (first post)    Apr 16, 2019   (1 reaction) This is your third post about this question. This is against the forum guidelines.
Example: Monitor http requests progress B4i Question send header and json to url - Erel (first post)    Jun 12, 2016   (1 reaction) I recommend using HttpUtils2: https://www.b4x./#content
It is simpler and it is cross platform. B4i Question Upload Data to Server - little3399 (first post)    Oct 05, 2015   (1 reaction) U can using HTTPUTILS2 Post method ... B4i Question Error occurred on line: 98 (HttpUtils2Service) - Semen Matusovskiy (first post)    May 15, 2020   (1 reaction) An error occurs inside HttpUtils2Service.Bas
Sub hc_ResponseError (Response As HttpResponse, Reason As String, StatusCode As Int, TaskId As Int)
Log("ResponseError: " & Reason & ", status code: " & StatusCode)
Dim j As String = Response.GetString
If j <> "" Then Reason = j
Complete Page: 1   2   3   4   5   6   7   Powered by ColBERT |