I am working on the client side and I am facing problems in encoding/decoding data. The decoded string received at server is different from the string sent by the client. I can't figure out what might be the problem. Has anyone encountered this problem before? Is there something wrong at server or have I done something wrong?
I checked the result for for some string "abc" at my own end and I am getting the correct result. But when server does the decoding, it shows different result.
For Base64 I used this.