gwt rpc - Encode request payload in GWT RPC call -
i using gwt create web-app. when making rpc call client side (browser), in inspect element request payload below : 7|0|8|https://xxxx.xxxx.in/testproject/in.testproject.main/|87545f2996a876761a0c13cd750ea654|in.testproject.client.customerclassservice|check_user_login|java.lang.string/2004016611|in.testproject.beans.customerbean/3980370781|userid|password|1|2|3|4|3|5|5|6|7|8|6|0|0|0|0|0|custid|0|0|0|0|0|0|0|0|0| in request details username, password & custid displayed in request payload. my question is, possible encode or hide details request payload? you looking @ wrong level of abstraction. what's point of encoding/"hidding" these values in payload? exchange between server , client can intercepted anyway... unless use https . ensures safe/encrypted communication between server , client. don't try "clever" , encrypt part of communication/payload, just use https . but concern client should not able seen method call making, param...