ThePuiu Active Member Licensed User Longtime User Jan 14, 2020 #1 I'm trying to make a POST to an IIS server. The parameter sent is of type Int and has the value 1. Obviously, sent as the number 1 will give an error (Bad Base64 input character decimal). How can I do Base64 encoding?
I'm trying to make a POST to an IIS server. The parameter sent is of type Int and has the value 1. Obviously, sent as the number 1 will give an error (Bad Base64 input character decimal). How can I do Base64 encoding?
drgottjr Expert Licensed User Longtime User Jan 15, 2020 #2 to answer your question https://www.b4x.com/android/help/stringutils.html the stringutils library will do base64 encoding/decoding. it might be useful for us to see exactly what the post is Upvote 0
to answer your question https://www.b4x.com/android/help/stringutils.html the stringutils library will do base64 encoding/decoding. it might be useful for us to see exactly what the post is