diff --git a/moto/moto_proxy/utils.py b/moto/moto_proxy/utils.py index 94d367e64..739fddc64 100644 --- a/moto/moto_proxy/utils.py +++ b/moto/moto_proxy/utils.py @@ -92,4 +92,6 @@ def get_body_from_form_data( if match: name = match.group(1) headers[name] = part.data.decode("utf-8") + print("YO HEADERS", headers) + print("YO DATA", data) return data, headers