B4J Question HTTP Post [SOLVED] - moore_it    May 7, 2024 Hi all,
how i do for posting a file on https server ?
I try with Httpjob but not work... = data(5)
mHTTP.PostString(data(3),msg)
where: data(4) = username, data(5) = password, data... B4R Question send BIG HTTP POST request - peacemaker    Jun 18, 2025 ...
It's around 50....200 kB of JSON text.
I didn't try yet.
PHP POST request by default... B4J Tutorial Pocketbase CRUD REST API & SSE with PostMan and then HttpUtils - Mashiane    Jan 15, 2024   (9 reactions) Hi CRUD Examples Attached PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions, built-in users management, convenient dashboard UI and simple REST-ish API. It runs on Linux, Windows and Mac, You can get it here, https://pocketbase.io/ We will look at each offering using HTTPUtils, thus covering the REST API both with postman & b4x. Here we go. PS: Do not forget to start the server 136110... B4J Question [ABMaterial] How to use HTTP Post, to pass UserName and Password to ABMaterial webapp - Anser    Mar 8, 2018   (1 reaction) Hi, I decided to make this question based on this reply from the following post https://www.b4x.com/android/forum/threads/b4xencryption-decryption-help-needed-solved.90354/#post-571170 I would like... of the POST to pass the username and password to ABMaterial application because passing username and password via URL is not considered safe So my question is "How to use http POST to start/call ABMaterial Webapp" and make use of the data received via POST" For eg. instead of calling the URL... B4R Code Snippet [module] rHttpUtils2 - Http Client v.1.25 with chunked POST for big-data - peacemaker    Aug 31, 2025   (2 reactions) Log("totalLength = ", totalLength) HttpJob.PostChunkedStart("https://server.rcom... HttpJob.chunkBuffer(j) = 0 Next bc.ArrayCopy2(postData, i, HttpJob.chunkBuffer, 0, chunkSize) HttpJob.PostChunkedSend(HttpJob.chunkBuffer, chunkSize) If HttpJob.WorkingFlag...) Exit End If i = i + chunkSize Loop HttpJob.PostChunkedFinish '----------------------------------- 'HttpJob.Post("https://server.rcom/script.php"... B4J Question HTTP POST request when loading webpage - ThRuST    Oct 23, 2020 the server.
How can the webpage be displayed together with a HTTP POST request when the values is delivered...("", Me)
'Send a POST request
sendjob1.PostString("https://www.mydomain.com... B4R Question ESP32 - http.POST not passing on values to PHP - rabbitBUSH    Jul 30, 2020 ) BUT there is no data in the POST array either. It also uses http.POST which is where the 200 code is returned to >>int httpResponseCode = http.POST(httpRequestData);<< In both cases then the http...) "HTTP/1.1\r\nGET http://www.xxxxxxx.nom.za/php/weather_data/esp-post-data.php?"....print (String ("GET http://www.xxxxxxx.nom.za/php/weather_data/esp-post-data.php?"... script that should be getting the POSTed data, then, stuffing it into the Mysql data table. When the PHP... B4A Question Help to build an HTTP post - marcick    Aug 1, 2019 This websyte provide coordinates of a GSM cell, making an HTTP post and passing cell data Mcc, Mnc, Lac and CI. I have some sintax difficulties writing the code .... These are instructions: curl --request POST \ --url https://us1.unwiredlabs.com/v2/process.php \ --data '{"token": "your_API_token","radio": "gsm","mcc": 310,"mnc": 410,"cells": ,"wifi": ,"address": 1}' Any help is appreciated ....... B4J Question HTTP PostOutputStream ? - wl    Jun 10, 2019 Hi, I want to upload a (potentially) large set of bytes from a client (B4J and B4I) to a B4J http server. So far I found that a PostBytes method, but it seems this requires a byte array. So I guess the entire set of bytes should be in memory before uploading. If I would use a PostFile I would first need to store the bytes in a local file. Isn't there something like a PostOutputStream, so that I can use a stream to write the bytes to be uploaded to ? I would need such a thing both for... Italian Posting HTTP - moore_it    Apr 4, 2024 Ciao a tutti, qualcuno di voi ha mai fatto un post http (dovrei inviare i dati di alcune spedizioni a DHL) e magari mi dà qualche dritta ? Grazie... Page: 1   2   3   4   |