Can HTTPS request be replayed using Fiddler/TamperData, probably due to poor handling of login process? Once I logout of my system (https), I am able to login back using replay. Simon Buchan has already mentioned that HTTPS cannot be replayed. Ref: https://stackoverflow.com/a/2770133/1502619
If replay logs me in, does that mean that my login doesn't handle replay attack or is it that I am not logging out correctly?