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
{{ message }}
This repository was archived by the owner on May 21, 2025. It is now read-only.
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:
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:
"multiValueHeaders": {
"cookie": ["name1=value1", "name2=value2"],
...
},
If the query parameters are URL-encoded, the load balancer does not decode them. You must decode them in your Lambda function.
I don't get how the suggested solution could solve the problem, could you please elaborate further?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: