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 - 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 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 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 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 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. B4A Question HttpUtils2 - Web services & BASIC auth - eurojam (first post)    Sep 12, 2017   (2 reactions) take a look to: http://httpbin.org/ B4A Question SSL handshake aborte - Walter Adriano da Silva (first post)    Apr 22, 2016 The HttpUtils2 module supports TLSv1.2? My server is configured with it, then I think my problem involve this. B4J Question httpUtils handle the onload event (sso server) [SOLVED] - Erel (first post)    Jul 21, 2016 HttpUtils2 sends http requests and returns the server response. It doesn't do anything with the response and specifically it doesn't run any JavaScript. You need to use a tool such as FireBug to understand the flow expected by the server. Page: 1   2   3   4   5   6   7   Powered by ColBERT |