java - Server side web service adds a "=" (equals) sign at the ends of the data sent as body -


android app turns json file string, encodes bytes according utf-8 , sends using output stream. however, body received server has "=" (equal) sign @ end of when decoded according utf-8. why happen?

i reduced length of string 1 deleting last character.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -