request

  1. practicalsoft

    B4X FEED Curl formating

    Hi All, I am trying to format the following curl request. curl -X POST https://node02.myqtthub.com/login 56 -d ‘{“clientId” : “YourAdminClientId”, “userName” : “YourUsername”, “password” : “aPassword”, “cleanSession” : false }’ I have tried to follow Erel's examples without success. Below...
  2. practicalsoft

    B4X FEED [BANanoVueMaterial] How to ask questions, request help, report bugs and request enhancements + Telegram Channel

    Ola Thanks for showing interest in BANanoVueMaterial. This is a rabbit hole that you will surely enjoy in your coding with VueJS. A lot can be lost in translation, we speak different languages and at times English is not our first language. For example, I speak Xhosa, an African mother tongue...
  3. practicalsoft

    B4X FEED Getting "Bad Request" in posting JSON Data to an Endpoint

    Hey guys, hope you're doing well. I want to create an application to post some JSON data to an endpoint and get a field from the returned response. Whenever I click the button it takes back with the "Bad Request" error and says that two "title" and "script" fields are required. (I've already...
  4. practicalsoft

    B4X FEED Google translate API REST authentic

    Hi all! I'm trying to post, but I'm doing something wrong. create a service account as indicated in the toturial and save the credential in GOOGLE_APLICATIONS_CREDENCIALS Translating text (Basic) | Cloud Translation | Google Cloud cloud.google.com Instructiones google API REST Translate...
  5. abass

    برنامه نویسی ارسال ایمیل از طریق PHP

    ارسال ایمیل از طریق PHP <?php //if "email" variable is filled out, send email if (isset($_REQUEST['email'])) { //Email information $admin_email = "someone@example.com"; $email = $_REQUEST['email']; $subject = $_REQUEST['subject']; $comment = $_REQUEST['comment']...
عقب
بالا