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...
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...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.