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 Problems connecting to Server - OliverA (first post)    Feb 15, 2024 Yes. Since jRDC2 communication is based on top of HTTP(s) and HTTP is a stateless protocol, each connection to the server is a new connection and, on many operating systems, the OS gives you the next available port (the +2 increment is not unusual neither). 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 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 Other Http 2.0 is coming... - Erel    Dec 09, 2015   (8 reactions) Http/2 is the next version of Http. It provides better performance over Http/1. Especially with high latency networks such as cellular networks.
https://en.wikipedia.org/wiki/HTTP/2
It is completely optional, meaning that everything will work properly even if the client doesn't support it.
All mode 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? B4A Question HTTP and HTTPS URLs in one Android app - DonManfred (first post)    Mar 19, 2021   (3 reactions) Yes
Write it yourself. You only need to add CreateResourceFromFile(Macro, Core.NetworkClearText) to your manifest to enable http urls. B4A Question Crashes on StartActivity(p.OpenBrowser(myURL)) - Scotter (first post)    Dec 09, 2016 Aha in other thread someone found the fix: The "HTTP" must be in lowercase: "http". Page: 1   2   3   4   5   6   7   Powered by ColBERT |