Show header values
This commit is contained in:
parent
e6733a3f51
commit
7dc58381df
@ -82,6 +82,7 @@ def get_body_from_form_data(
|
||||
|
||||
for part in parts:
|
||||
for header in part.headers:
|
||||
print("YO CHECK HEADER", header.value)
|
||||
if b'name="upload_file"' in header.value:
|
||||
headers["key"] = "upload_file"
|
||||
data = part.data
|
||||
|
Loading…
Reference in New Issue
Block a user