Log response headers in add_cors_headers_response_callback for debugging purposes

1 parent 62c8d266
......@@ -95,6 +95,7 @@ def add_cors_headers_response_callback(event):
# _logging.debug(f"Headers: {headers}")
# response.headers.update(headers)
_logging.warning(response.headers)
event.request.add_response_callback(cors_headers)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!