tokers commented on issue #8040: URL: https://github.com/apache/apisix/issues/8040#issuecomment-1273010430
> > `:authority` is identical to `host` in HTTP/2. > > @tokers I want to know. when our upstream grpc service picked host from grpc header "host", should I have some other way to add the header "host" to grpc header? because our upstream gprc service doesnot use header ":authority". and I find the grpc header doesnot have "host" default . I use proxy-rewrite plugin to add header. it failed too. Host is special, even if you add the host via proxy-rewrite plugin, it will be converted to `:authority` when APISIX forwards requests to upstream. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org