mirror of
https://github.com/r-smith/deceptifeed.git
synced 2025-11-03 05:33:38 +00:00
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:
@@ -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",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user