B4A Question Call a http post on a Service that starts every 5 Minutes - MicroDrie (first post)    Mar 26, 2022 Can you give us a code example of what you have achieved so far with the many service and http examples found on the forum and what specific problem are you struggling with so that we can help you in a targeted way? B4J Question HTTP POST request when loading webpage - aeric (first post)    Oct 23, 2020   (1 reaction) I don't understand. I think it is easier to redirect to another page. B4A Question HTTP POST with parameters in custom format - walterf25 (first post)    Oct 30, 2023   (1 reaction) I believe you need to send the parameters in JSON format, do a search for Json library and look up examples how to convert a map or a list of maps into Json format. B4J Question HTTP Post [SOLVED] - Erel (first post)    Apr 15, 2024 This means that the server certificate is not valid.
If this is a self signed certificate then you can skip verification: OkHttpUtils2 / iHttpUtils2 and accept all option B4A Question Help to build an HTTP post - MarkusR (first post)    Aug 01, 2019   (3 reactions) u need lib okhttputils2.
the data is a json string.
seems the docu is only at b4j
https://www.b4x.com/b4j/help/jokhttputils2.html#httpjob Italian Posting HTTP - moore_it    Apr 04, 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 B4A Question Post with HttpUtils2 - DonManfred (first post)    Jun 17, 2016   (1 reaction) The url you want to call is http://www.acmmate.com/Galileo2000/AcmMate.asmx/Work with httpjob. If i open this url in a browser i get a resource not found error.
The httpjob itself it working (and shows the same error i get in my browser) B4J Question Http Post problem - drgottjr (first post)    Oct 16, 2024 my understanding is that you would need a bittorrent client to suck the url out. it's how desktop browsers would handle it. our okhttputils are designed around a so-called "httpclient" which only understands http requests. once you retrieved the actual url of the magnet, you can return to okhttp B4J Question HTTP post error - EnriqueGonzalez (first post)    Feb 14, 2023 the server is expecting and XML and you are providing an empty string
you cant put parenthesis and spaces in a URL,
you have to create an xml and pass these values there not in the URL B4A Question LOOKING FOR ADVICE - VEHICLE TRACKING - Intelemarketing (first post)    Sep 13, 2021   (1 reaction) It sounds like the answer to my original question is to use HTTP (Post) to a Server. (Post GPS Co-ordinates to the server)
Doing this instead of sending the GPS Co-Ordinates via FTP will probably be better, as some websites get very excited when they see many FTP attempts happening - they are somet Page: 1   2   3   4   5   6   7   Powered by ColBERT |