aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/web_kbn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/web_kbn.py b/bin/web_kbn.py
index 0e7d3fb..48af167 100755
--- a/bin/web_kbn.py
+++ b/bin/web_kbn.py
@@ -555,7 +555,7 @@ async def routing_dhcp(req: web.Request):
@routes.get('/debug.cgi')
async def debug(req: web.Request):
info = dict(
- # headers=req.headers,
+ headers=dict(req.headers),
host=req.headers.get('Host'),
url=str(req.url),
method=req.method,