Getting this error when i'm trying to forward the ...
# ask-for-help
s
Getting this error when i'm trying to forward the request from ingress to bento service in our cluster. If i try to hit the service with url like
<http://example.com|example.com>
it works fine. But when i try to add prefix and forward ingress request
<http://example.com/userid|example.com/userid>
to
<http://example.com|example.com>
this error happen. We are using emissary ingress. And all other route works fine like ``example.com/userid/classify``