Skip to content

Commit 2be9923

Browse files
[GPCAPIM-000]: Write out headers to confirm which ones have been sent (by APIM).
1 parent 7e00cfe commit 2be9923

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • gateway-api/src/gateway_api

gateway-api/src/gateway_api/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def get_app_port() -> int:
3838
@app.route("/patient/$gpc.getstructuredrecord", methods=["POST"])
3939
def get_structured_record() -> Response:
4040
try:
41+
print(f"Headers: {request.headers}", flush=True)
4142
get_structured_record_request = GetStructuredRecordRequest(request)
4243
controller = Controller()
4344
flask_response = controller.run(request=get_structured_record_request)

0 commit comments

Comments
 (0)