Skip to content

Commit a297fea

Browse files
NPA-4599: Correct order of raising fault for content-type'
1 parent 914fd67 commit a297fea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proxies/live/apiproxy/targets/target.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<Step>
1515
<Name>AddProxyURL</Name>
1616
</Step>
17-
<Step>
18-
<Name>SetRequestAWSMimeType</Name>
19-
</Step>
2017
<Step>
2118
<Name>RaiseFault.415UnsupportedMediaType</Name>
2219
<Condition>request.verb = "POST" and request.header.Content-Type != "application/fhir+json" and request.header.Content-Type != "application/fhir+json; charset=utf-8"</Condition>
2320
</Step>
21+
<Step>
22+
<Name>SetRequestAWSMimeType</Name>
23+
</Step>
2424
</Request>
2525
</PreFlow>
2626
<Flows>

0 commit comments

Comments
 (0)