go-rest-api icon indicating copy to clipboard operation
go-rest-api copied to clipboard

signature.ValidRequest returns meaningless errors

Open i512 opened this issue 4 years ago • 0 comments

Currently signature.ValidRequest in case of any error returns Unknown host: {{request host}} error.

Such errors are not helpful in figuring out what went wrong. Especially because the host has nothing to do with signature verification.

i512 avatar Jul 22 '21 17:07 i512