Revise casing to match new log format

Header names are now logged in all lowercase. The HTTP honeypot log sample now reflects that.
This commit is contained in:
Ryan Smith
2024-11-08 09:35:18 -08:00
parent c920d9a4a8
commit c12f0d7746

View File

@@ -190,8 +190,8 @@ The HTTP honeypot server responds to all HTTP requests. Requests to the *root* o
"protocol": "HTTP/1.1",
"host": "www.example.com",
"request_headers": {
"Accept-Encoding": "gzip, br",
"X-Forwarded-For":"10.254.33.179",
"accept-encoding": "gzip, br",
"x-forwarded-for":"10.254.33.179",
}
}
}