Is it possible to customize status code \ body for route_not_found ? #6345
Unanswered
eshepelyuk
asked this question in
Q&A
Replies: 1 comment 3 replies
-
yeah check out https://gateway.envoyproxy.io/docs/tasks/traffic/response-override/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When there's no configuration in HTTPRoute s for particular URL - 404 is returned and in access logs it possible to see
route_not_found
error.Is it possible to customize this behaviour via K8s CRDS and return different status code or body ?
Beta Was this translation helpful? Give feedback.
All reactions