timing_attack
timing_attack copied to clipboard
Logging HTTP Responses for Debugging Purposes
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.