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 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 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 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). 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(" 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 Http defined multiple times - Erel (first post)    Mar 30, 2023 Which libraries are you using? B4A Library YouTubeStreamFinder - drgottjr (first post)    Jan 11, 2020 it would seem that somewhere in the pipeline someone is using http. (it is also possible - but unlikely - that the reason is bogus.)
do you know exactly what is in YoutubeVideoInfo? could there be a reference to http? Page: 1   2   3   4   5   6   7   Powered by ColBERT |