Posts by Bruno G • 3 points
2 posts
-
0
votes1
answer305
viewsA: How to convert Object to byte[] and the reverse?
I had this same problem and solved it as follows Object ObjetoExemplo = new object(); *// este objeto é só um exemplo* byte[] EXAMPLE_DATA =…
-
-1
votes1
answer103
viewsQ: example of login with Basic Athentication for Swift?
Hello. I have an api in cakephp with basic Authentication, for android it was easy but I’m not getting an example of request "POST" passing the parameter "user" and "password" via http: if anyone…