|
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. |
Answered by
ghost
Jul 25, 2024
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 |
0 replies
Answer selected by
bluebrown
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can override default error handler via
WithErrorHandlerto 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/validationis supposed to use in debug environment, so I think it is fine.