Let's picture the following scenario:
- Bob talks Alice using HTTP/HTTPS
- Bob want Alice to send him some data ex: /rest/getAllItems. + some token auth
- Eve intercept the packet and send it to Alice without even knowing what it contains
- Alice verify the request token contenent (signature etc...) and send the respence to Eve instead of Bob.
How to prevent such scenario from happening.