B4A Question Tips for uploading images to web hosting. - drgottjr (first post)    Dec 07, 2022   (1 reaction) just be clear what you mean by "http". the client may think you're referring to something in particular. http is just a protocol (implemented in lots of different software) B4A Question Download Progress for HTTPS - Brian Dean (first post)    Apr 08, 2022   (1 reaction) Both FTP and HTTPS are protocols - a set of rules. HTTP was initially introduced as a "lightweight" equivalent of FTP, intended to be used for short web-page elements rather than files. To quote from Wikipedia ...
"HTTP originally dropped the connection after each transfer because doing so was so c B4A Question Http defined multiple times - nazilabdulla    Mar 29, 2023 java:0)
at com.android.tools.r8.internal.vj.a(R8_3.3.20-:75)
at com.android.tools.r8.internal.vj.a(R8_3.3.20-:28)
at com.android.tools.r8.internal.vj.a(R8_3.3.20-:27)
at com.android.tools.r8.internal.vj.b(R8_3.3.20-:2)
at com.android.tools.r8.D8.a(R8_3.3.20-:22)
at com.androi B4A Question problem http on android 9 - KMatle (first post)    Aug 18, 2019   (1 reaction) You did not get the point. Http is insecure, Https is secure (encrypted). Android 9 does not allow insecure connections unless you change the setting. It's not an error. 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 Question [Solved] HttpJob error with unexpected end of stream - aeric (first post)    Jun 01, 2024 What I understand is a http server is to serve request from another client.
I have no idea what is the point to create a single (server + client) app that download a resource from itself.
Not sure this is similar to what you want. It is for B4J server so not sure it will work in B4A.
https://www.b4 B4J Question HTTP socket client - OliverA (first post)    May 14, 2018 What would that solve? Technically, HTTP is just a layer above TCP sockets. As per @Erel, what API is the server providing? B4J Tutorial SithasoDaisy TailwindCSS UI Toolkit: Q & A - Mashiane (first post)    Feb 22, 2023   (1 reaction) You call a http, this needs to be called not from https, in your case it gives a 404.
This is the output with.
Dim postal As SDUIAxios
postal.Initialize("http://cep.republicavirtual.com.br/web_cep.php")
'add a parameters
postal.AddParameter("cep", "30130003")
postal.AddParameter(" B4J Question Web app - Erel (first post)    Nov 29, 2015   (1 reaction) I recommend you to start by running this example: https://www.b4x.-building-web-servers-with-b4j.37172/#content This is a http server. Other computers will communicate with the server using the browser or with custom apps (based on HttpUtils2). B4A Question Problem with httpJob StatusCode - drgottjr (first post)    Jan 07, 2020 mostly to death; i see a tail still quivering. java doesn't write itself. http3 is third-party software meant to help internet clog. it has been adopted by, at least, android, and is part of a complicated pipeline. i hope your workaround works Page: 1   2   3   4   5   6   7   Powered by ColBERT |