From 029f2fd13a56f8360cb6c9e170ae526f1411bd39 Mon Sep 17 00:00:00 2001
From: Jack Plowman <62281988+JackPlowman@users.noreply.github.com>
Date: Mon, 1 Jul 2024 08:09:48 +0100
Subject: [PATCH] NPA-2806 Fix incorrect Content-Type Condition
---
proxies/live/apiproxy/targets/target.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxies/live/apiproxy/targets/target.xml b/proxies/live/apiproxy/targets/target.xml
index 693b5b6..3d27275 100644
--- a/proxies/live/apiproxy/targets/target.xml
+++ b/proxies/live/apiproxy/targets/target.xml
@@ -19,7 +19,7 @@
RaiseFault.415UnsupportedMediaType
- request.verb = "POST" and request.header.Content-Type != "application/fhir+json" and request.verb = "POST" and request.header.Content-Type != "application/fhir+json; charset=utf-8"
+ request.verb = "POST" and request.header.Content-Type != "application/fhir+json" and request.header.Content-Type != "application/fhir+json; charset=utf-8"
SetRequestAWSMimeType