Hi,
I have a Node.js running on a hosted target. Everythig’s fine when I send back a 200 from Node. When it is a 400 or a 500 error, it skips the response flow policies. For regular HTTP targets, we have the below property (success.codes):
<HTTPTargetConnection>
<SSLInfo>
<Enabled>true</Enabled>
<ClientAuthEnabled>false</ClientAuthEnabled>
</SSLInfo>
<URL>https://***:***</URL>
<Properties>
<Property name="success.codes">2XX, 4XX, 5XX</Property>
</Properties>
</HTTPTargetConnection>
</TargetEndpoint>
Do we have similar setting for hosted targets, to force the proxy through the regular flow, rather than the fault flow?
Thanks,
Girish