B4A Question OkHttpUtils2 - PostString fails - LGS (first post)    Jan 25, 2025 What I mean is that in other systems (Web) the API is working without problems.
The client only ind... B4A Question OKHttpUtils2, Progress_Sub and POST Request? - Moosi    Jul 22, 2017 Hi all,
I´m looking for a solution to download a large file (>50MB) with progress.
But I need to send the Request as POST string.
Does someone has an Idea how to do this?
thanks in advance
Moosi... B4A Question OkHttpUtils2 - PostString with Download to receive data from the POST - BrotherEarth (first post)    Dec 2, 2022 ), the response was empty for PostString for me. But when I read that "Wait For JobDone"... have that code.
To close this forum post, I figured I would post the code snippet, it might be helpful to...
jobLogin.Initialize("JobLogin", Me)
jobLogin.PostString("https://XXXX.com/login"... B4A Question [SOLVED] Broken PostMultipart in OkHttpUtils2 / iHttpUtils2 / HttpUtils2? - Sandman    Oct 26, 2017 I have found something in the OkHttpUtils2 / iHttpUtils2 / HttpUtils2 source code that confuses me....
'Sends a multipart POST request.
'NameValues - A map with the keys and values. Pass Null if... PostMultipart(Link As String, NameValues As Map, Files As List)
Dim boundary As String = "... B4A Question PostMultipart on OkHTTPUtils2 - rossati    Feb 26, 2017 Hello
my be is my error, but I am unable to send more of one file whith PostMultipart.
Obviusly my File list contains more than one file, but only the last is sent.
Thanks
John Rossati... B4A Question OkHttpUtils2 PostString with progress? - Erel (first post)    Jul 1, 2021   (2 reactions) A more complex request with progress is available here: https://www.b4x.com/android/forum/threads/b4x-post-multipart-requests-file-uploads-with-progress.130181/#content
You can do something simpler for a PostString request.... B4A Tutorial [B4X] OkHttpUtils2 with Wait For - Erel    Apr 11, 2021   (59 reactions)   tags: image, wait, Download, Http MySql, Wait For, ws is empty as it is no longer needed j.Download("http://quotesondesign.com/wp-json/posts?filter....OpenOutput(File.DirInternal, "filename.dat", False) File.Copy2(j.GetInputStream, out...("https://b4x-4c17.kxcdn.com/images3/code.png", ImageView2) End Sub The images... B4A Tutorial [B4X] OkHttpUtils2 / iHttpUtils2 and accept all option - Erel    Jul 27, 2025   (17 reactions) Note that OkHttpUtils2, jOkHttpUtils2 and iHttpUtils2 are actually the exact same b4x library. Starting from v2.90 it is very simple to initialize the internal http client with the 'accept all... by adding the following conditional symbol (Ctrl + B): HU2_ACCEPTALL There is another configurable conditional symbol: HU2_PUBLIC - makes the http client variable (hc) a public variable. This can be used in...: https://www.b4x.com/android/forum/threads/ntlm-again.110485/#post-690641 Note that in... B4A Question OkHttpUtils2 - POST with header - Argonc (first post)    Oct 18, 2018 Solved without headers, but THX!... B4A Question OkHttpUtils2 v3.02 issue when POSTing / PUTing - Erel (first post)    May 21, 2023
If content-type is required to avoid a timeout then really it should be a param in the put and post subs?
There is also no relation between the content type and any timeout you encountered.... Page: 1   2   3   4   5   6   7   |