-
Hi, I enabled I couldnt find out how to do it. Also, do you think this is a good default setting, to send them out? I always felt this is leaking too much info. Potentially, it can help attackers to probe out your api behavior. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can override default error handler via The error returned by validator should be a typed error, I guess. Feel free to fill an issue. Feature |
Beta Was this translation helpful? Give feedback.
You can override default error handler via
WithErrorHandler
to avoid error disclosure to the client.The error returned by validator should be a typed error, I guess. Feel free to fill an issue.
Feature
server/response/validation
is supposed to use in debug environment, so I think it is fine.