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 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 [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 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. 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 B4J Question Get request with post field - MarkusR (first post)    Sep 08, 2018   (1 reaction) ups :)
i believe the source of http job also exists, maybe u can replace the POST with GET there for this request.
or maybe its possible to set the whole header itself there.
httpjob is better than raw socket. B4A Question HTTP POST / GET Best way - bokinet    Jan 28, 2018 Hello,
Can someone share best practice and best way to use HTTP POST and HTTP GET over HTTP and HTTPS with optional use of PROXY SERVER?
---
Is it possible to use HTTP JOB as HTTP POST and HTTP GET job?
If is possible then any example is welcome.
Thanks. B4A Question Http Job and Request Listener - catyinwong    Aug 13, 2020 I refer to the following post:
https://www.b4x.-an-http-server-in-your-android-application.25984/#content
I am wondering how to read whatever is posted from the http job through the received ServletRequest.
So far I can only read header and url from the request. Where can I find the data from a ht 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 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) Page: 1   2   3   4   5   6   7   Powered by ColBERT |