Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Probably the simplest thing is to switch to https, so that requests cannot be easily "peeped".
To make it a little more complicated, you can use SSL Pinning to complicate the peeping process.
Another simple option is to "sign" requests - add the parameter sign=.... where ... it will be, for example, md5 from "secret string" + request parameters (you will need to decompile the application already).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question