poststring

  1. A

    Android Question [Solved]Order Poststring

    Hello, I am looping a posstring to put info in a online db. I got it to work finally but I can not seem to put it in the correct order in the db, which is actually important to me that it gets a correct ascending ID... The data is in a kvs and is in a correct order. I had to put dim job2 and...
  2. M

    Android Question [SOLVED] PostString and PostBytes don't return the "+" sending Blob

    Hi. Sorry for my english I'm trying to send a Blob to MySQL, and StringUtils.EncodeBase64(The_Blob) retruns a string with lots of "+", for then sending that to the PHP method and use base64_decode() and do an SQL Insert... Of course it's not working beacuase the lost "+" Dim cadena As String...
  3. ALBRECHT

    Android Question [Solved] Job with wait for into a class

    Hello, I have a lot of sub routines that execute some poststrings actions with an ASP API. So i have put the whole in a separate Code Module , like for example sending email directly via the API (its more simpler and lighter for the app) : Sub SendAnEmail(QSTT As String, QSMESS As String...
  4. cesarcm

    Android Question "message": "Request must have \"Content-Type: application/json\" header"

    Hi all, Please, HELP ME! I am getting the error below using job.PostString(link, data) I am using B4A v8.00 and OkHttpUtils2 (v2.61) ResponseError. Reason: UNSUPPORTED MEDIA TYPE, Response: { "message": "Request must have \"Content-Type: application/json\" header" } Source-code: ...
  5. Pedro Caldeira

    B4J Question Http poststring with headers

    I am trying to send a string with a post method and some headers. Non Ui application code below Dim ListaBill As List ListaBill.Initialize ListaBill.Add("<?xml version='1.0'?>") ListaBill.Add("<methodCall>") ListaBill.Add("<methodName>RequestServer.RequestBill</methodName>")...
Top