We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4058c3d commit 1760af6Copy full SHA for 1760af6
proxies/live/apiproxy/targets/target.xml
@@ -14,13 +14,13 @@
14
<Step>
15
<Name>AddProxyURL</Name>
16
</Step>
17
- <Step>
18
- <Name>SetRequestAWSMimeType</Name>
19
- </Step>
20
21
<Name>RaiseFault.415UnsupportedMediaType</Name>
22
<Condition>request.verb = "POST" and request.header.Content-Type != "application/fhir+json" and request.header.Content-Type != "application/fhir+json; charset=utf-8"</Condition>
23
+ <Step>
+ <Name>SetRequestAWSMimeType</Name>
+ </Step>
24
</Request>
25
</PreFlow>
26
<Flows>
0 commit comments