ctx.Req.Host value is coming as null with just port when request is grpc · Issue #686 · elazarl/goproxy · GitHub
More Web Proxy on the site http://driver.im/
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
Our use case is we do filtering based on the host using goproxy.
we use proxy.OnRequest().HandleConnectFunc() to do filtering logic, but for grpc requests the ctx.Req.Host is coming as null or blank with just port value.
e.g. ":8080"
can you please help us for handling grpc requests