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
I'm trying to run Hydra on Kubernetes behind a Google Cloud Engine load balancer with SSL termination, but the load balancer converts headers to lowercase. The RFC (RFC 7230) for HTTP/1.1 Message Syntax and Routing says that header fields have a case-insensitive field name.
I am confident that r.Header.Get() follows RFC 7230, otherwise most Go applications would not properly work with http. What issue are you observing exactly?
I'm trying to run Hydra on Kubernetes behind a Google Cloud Engine load balancer with SSL termination, but the load balancer converts headers to lowercase. The RFC (RFC 7230) for HTTP/1.1 Message Syntax and Routing says that header fields have a case-insensitive field name.
hydra/config/config.go
Line 123 in 79580e1
The text was updated successfully, but these errors were encountered: