You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the request validation always returns 400 Bad Request as the HTTP response.
Would you be open to making the codes more configurable/accurate?
Especially in regards to the security authentication middleware, as 401 or 403 error codes would be a better fit for requests failing the validation by the AuthenticationFunc.
I would also be open to creating a PR if required.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi,
Currently, the request validation always returns
400 Bad Request
as the HTTP response.Would you be open to making the codes more configurable/accurate?
Especially in regards to the security authentication middleware, as
401
or403
error codes would be a better fit for requests failing the validation by theAuthenticationFunc
.I would also be open to creating a PR if required.
Thanks a lot!
The text was updated successfully, but these errors were encountered: