-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathapplication-load-balancer-multivalue-headers.json
More file actions
31 lines (31 loc) · 1.19 KB
/
application-load-balancer-multivalue-headers.json
File metadata and controls
31 lines (31 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"requestContext": {
"elb": {
"targetGroupArn": "arn:aws:elasticloadbalancing:us-east-2:123456789012:targetgroup/lambda-xyz/123abc"
}
},
"httpMethod": "GET",
"path": "/lambda",
"multiValueQueryStringParameters": {
"query": "1234ABCD"
},
"multiValueHeaders": {
"accept": ["text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8"],
"accept-encoding": ["gzip"],
"accept-language": ["en-US,en;q=0.9"],
"connection": ["keep-alive"],
"host": ["lambda-alb-123578498.us-east-2.elb.amazonaws.com"],
"upgrade-insecure-requests": ["1"],
"user-agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"],
"x-amzn-trace-id": ["Root=1-5c536348-3d683b8b04734faae651f476"],
"x-forwarded-for": ["72.12.164.125"],
"x-forwarded-port": ["80"],
"x-forwarded-proto": ["http"],
"x-imforwards": ["20"],
"x-datadog-trace-id": ["12345"],
"x-datadog-parent-id": ["67890"],
"x-datadog-sampling-priority": ["2"]
},
"body": "",
"isBase64Encoded": false
}