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
If you enable multi-value headers, the load balancer uses both cookies sent by the client and sends you an event that includes headers using multiValueHeaders. For example:
In
aws-lambda-go-api-proxy/core/requestALB.go
Lines 126 to 132 in 3f6c816
It would seem like the key and values in
req.MultiValueQueryStringParameters
are raw i.e. already query escapedso it should be
I'm not sure about
QueryStringParameters
The text was updated successfully, but these errors were encountered: