Android Question HttpPost with parameter type Int

ThePuiu

Active Member
Licensed User
Longtime User
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
Upvote 0
Top