go-rest-api
go-rest-api copied to clipboard
signature.ValidRequest returns meaningless errors
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.