B4A Tutorial HttpUtils2 - Web services are now even simpler - Erel    Feb 28, 2016   (18 reactions) HttpUtils2 was replaced with OkHttpUtils2: https://www.b4x.-replaces-the-http-library.54723/
Both libraries are included in the IDE.
HttpUtils2 is a small framework that helps with communicating with web services (Http servers).
HttpUtils2 is an improved version of HttpUtils.
The advantages of H B4A Question HttpUtils2 - Web services - ronell (first post)    Jul 27, 2017   (1 reaction) yes. same code B4A Question HttpUtils2-Service - lemonisdead (first post)    Jul 21, 2015 Always seen that behavior. The solution is to stop the service manually when it is still running and you want it
If Not(IsPaused(HttpUtils2Service)) Then StopService(HttpUtils2Service) B4A Question Request GET/POST data from PHP script - Erel (first post)    Sep 22, 2016 The official tutorial about HttpUtils2 / OkHttpUtils2 is: HttpUtils2 - Web services are now even simpler
If you want the user to fill a HTML form then load it with WebView. B4A Tutorial HttpUtils - Android web services are now simple! - Erel    Mar 14, 2018   (1 reaction) OkHttpUtils2 is now available. OkHttpUtils2 is an improved version and is recommended for new projects. You shouldn't use HttpUtils (v1)! HttpUtils is made of a code module and a service module. These two modules make it very simple to download online resources and upload data. The advantages of u B4A Question Resoled HttpUtils2 handle sessions?? - Erel (first post)    Jan 08, 2015 No. HttpUtils2 is based on HttpClient. B4A Question Yet another BatteryChanged question... - Erel (first post)    Jan 05, 2015 HttpUtils2 is based on HttpClient. However it properly releases the resources and handles errors. You can also use HttpJob.Download2 to escape the parameters. B4A Question HttpUtils2 or OkHttpUtils - Erel (first post)    Mar 29, 2020 When you click on HttpUtils2 you see:
90815
Never use HttpUtils2.
If you are unable to download with OkHttpUtils2 then start a new thread and explain the problem. B4A Question How to access system settings - Erel (first post)    Aug 05, 2016 2. It is only possible to get the proxy settings in Android 4+.
3. HttpUtils2 is written in B4A. You can always make a search to find the source: https://www.b4x./?query=b4a+OkHttpUtils2&page=1&prefix=0
It doesn't really matter how the browser is implemented. However HttpClient (HttpUtils2) is a B4A Tutorial For beginners: How to communicate with a server using httputils2 (Part 1: php) - KMatle    Sep 04, 2018   (28 reactions) Take a look at Erels example to communicate with servers:
http://www.b4x.-web-services-are-now-even-simpler.18992/
Take a look at this:
'Send a POST request
job2.Initialize("Job2", Me)
job2.PostString("http://www.b4x.com/print.php", "first key=first value&key2=value2")
As you can see there i Page: 1   2   3   4   5   6   7   Powered by ColBERT |