Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,6 +62,8 @@ async def proxy_to_node(request: Request):
|
|
62 |
for k, v in request.headers.items()
|
63 |
if k.lower() not in ["host", "content-length"]
|
64 |
}
|
|
|
|
|
65 |
# body = await request.body()
|
66 |
|
67 |
# async with client:
|
|
|
62 |
for k, v in request.headers.items()
|
63 |
if k.lower() not in ["host", "content-length"]
|
64 |
}
|
65 |
+
|
66 |
+
print(headers)
|
67 |
# body = await request.body()
|
68 |
|
69 |
# async with client:
|