Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. {
  2. "requestContext": {
  3. "elb": {
  4. "targetGroupArn": "arn:aws:elasticloadbalancing:us-east-1:571322019524:targetgroup/DNS-Block-Page-Lambda/8dbf5e2abaa227e2"
  5. }
  6. },
  7. "httpMethod": "GET",
  8. "path": "/whatever/another",
  9. "queryStringParameters": {
  10. "iam": "awesome"
  11. },
  12. "headers": {
  13. "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
  14. "accept-encoding": "gzip, deflate",
  15. "accept-language": "en-US,en;q=0.5",
  16. "connection": "keep-alive",
  17. "host": "google.ru",
  18. "upgrade-insecure-requests": "1",
  19. "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0",
  20. "x-amzn-trace-id": "Root=1-5dd2a426-ab8da488431c1eea408e8d08",
  21. "x-forwarded-for": "10.15.123.154",
  22. "x-forwarded-port": "80",
  23. "x-forwarded-proto": "http"
  24. },
  25. "body": "",
  26. "isBase64Encoded": false
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement