Tagged Questions
5
votes
2answers
525 views
Is HTTPS enough to avoid replay attacks?
I am exposing a few REST methods on a server for an mobile app.
I would like to avoid that users can sniff how HTTP methods are built (from the mobile app) and then send them again to the server. ...