❔ AWS ALB with Lambda target group with dotnet 6 not getting multi value querystring parameters?
Does anyone know all the places that need to be checked, to ensure multi value querystring parameters are making it to a Lambda, from an Application Load Balancer? I verified that the target group has Multi value headers on, but I still dont seem to get the values coming through (just the last querystring arg value in the list). I'm also using AWS for Dotnet, and my "Lambda Entry Point" is inheriting from Amazon.Lambda.AspNetCoreServer.ApplicationLoadBalancerFunction not sure what other "thing" to check. Thank you!
2 Replies
answering my own question. all that was needed WAS just turning on multi values at the target goup level...and then, when testing, ensuring you're doing it in the right environment, where you just made the change ^^''
!solved
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.