I have a proxy which modify dynamically the target URL thanks to a JS policy in the target pre-flow.
To reach this target, I have to pass through an http outbound proxy. So the property "use.proxy" is set to true.
I do some tests to understand where is the problem:
<HTTPTargetConnection> <URL>http://example.com</URL> <Properties> <Property name="use.proxy">true</Property> </Properties> </HTTPTargetConnection>
So it seems there is this problem only for the combination: dynamic target URL + http scheme + outbound proxy.
Could you help me to find a solution?
Thanks