-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can grpc request rewrite uri? #5685
Comments
I think you are right, this needs to be fixed. The problem I think currently is that http://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_pass |
I am wondering though, could we call this: Before or after |
Nginx
So perhaps that contains support for this. For this we need to wait for Edit: perhaps it still doesn't support the uri/path: |
It might be even "not recommended" as of now, see e.g.: |
It seems this is not currently feasible right now, so I'm closing this issue. |
when i use kong.service.request.set_path() modify upstream_uri for Rest request,it is ok.
but for GRPC request, it is not ok.
The text was updated successfully, but these errors were encountered: