timing_attack icon indicating copy to clipboard operation
timing_attack copied to clipboard

Logging HTTP Responses for Debugging Purposes

Open DanielOstovary opened this issue 4 years ago • 0 comments

Would you consider add a feature to log HTTP responses for debugging purposes? Im running your code with two test inputs for which I know there are time differences. However, the two test inputs take the same amount of time. I believe that both test inputs run into the same problem (e.g HTTP unauthorized) even though they shouldnt. Im struggling to debug the problem because there is no response logging.

DanielOstovary avatar Sep 07 '21 12:09 DanielOstovary