Skip to content

Commit 62e3b39

Browse files
[GPCAPIM-000]: Write out headers to confirm which ones have been sent (by APIM).
1 parent 1088a37 commit 62e3b39

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
@@ -37,6 +37,7 @@ def get_app_port() -> int:
3737
@app.route("/patient/$gpc.getstructuredrecord", methods=["POST"])
3838
def get_structured_record() -> Response:
3939
try:
40+
print(f"Headers: {request.headers}", flush=True)
4041
get_structured_record_request = GetStructuredRecordRequest(request)
4142
except RequestValidationError as e:
4243
response = Response(

0 commit comments

Comments
 (0)