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
HTTP headers are case-insensitive according to the spec: https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html. We use the Go standard library to produce the HTTP headers, but trying to produce case sensitive headers is not going to work, I'm afraid. Certain proxies will rewrite all headers to be lower case (envoy does this).
Closing as we can't/won't change this in the grpc-gateway.
if there a flag,set the metadata first letter not change to uppower,
browser f12 show
i need not change the header key ,is there a method?
The text was updated successfully, but these errors were encountered: