postbytes

  1. H

    B4J Question What method should I use to initiate a request

    This is what making a correct request with postman looks like.Don't worry about the garbled code in the return, because it's encrypted data.When I tried to make an http request with postbytes, I didn't get the Postman-like garble I expected. It returns no content in the response body except for...
  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. MarkusR

    B4J Question [solved] jServer receive bytes() from client?

    hello, i will send bytes from a client app to my server but at receive i got error java.util.zip.ZipException: unknown compression method Obj = ser.ConvertBytesToObject(buffer) Client: Sub Save(Item As SinglePassword) Dim Data() As Byte Dim ser As B4XSerializator Data =...
Top