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

javascript - Create a stacked percentage column -

vue.js - Create hooks for automated testing -

Optimising Firebase database by automatically overwriting data -