B4A Library OkHttp - Replaces the Http library - NJDude (first post)    Jun 14, 2015   (3 reactions) The OkHTTP is just the library, HTTPUtils is a tool using the OkHTTP library. 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 Httputils is reopening the activity after the user close it - Devv (first post)    Sep 06, 2015 you mean like the starter service ? B4A Question Image File Upload/Download Compatible with B4a/B4i (without B4J) - inakigarm (first post)    Oct 20, 2016 Http, and httputils are the old libraries (I supose that maintained in forum for compatibility issues with old apps) and Okhttp an OKHttputils2 are the new libraries (the commands, methods and properties are the almost the same), so where you see Forum codes for http and httputils you can use it and B4A Tutorial HttpUtils - Android web services are now simple! - Erel    Mar 14, 2018   (1 reaction) http://www.b4x..png HttpUtils, similar to DBUtils, aims to simplify common tasks that many developers face. The code is available for you. So changes can be made as needed. Updates: V1.04 - The service is now destroyed when it is no longer needed and recreated when needed again. This version als B4A Question Resoled HttpUtils2 handle sessions?? - Erel (first post)    Jan 08, 2015 No. HttpUtils2 is based on HttpClient. B4J Question HTTPUtils: REST API Resource Error on existing end point - DonManfred (first post)    Nov 17, 2018   (1 reaction) You are not providing enough informations. Upload a small project which shows the Issue.
Make sure to know the callled URL to understand why it is not found "at times" in the Result. If possible use the Jobs Tag Property to log the used (or Map with the parameters). B4A Question HttpUtils2 - Web services - Erel (first post)    Jul 27, 2017   (2 reactions) Note that OkHttpUtils2 replaced HttpUtils2.
1) Yes.
2) It depends on the server configuration. 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 Question HTTP timeout - Erel (first post)    May 28, 2015   (1 reaction) I recommend you to use HttpUtils2. The job will be aborted when because of the time out. You can then check the value of Job.ErrorMessage. Page: 1   2   3   4   5   6   7   Powered by ColBERT |