We are currently using forward Proxying from Edge to a Backend using below property on the http target connection. This is working fine. I want to implement the same in Javascript. I am making a https call using javascript policy but apigee is not able to establish a connection to the backend because it's not using the forward proxying. Is there a way to add use.proxy setting somewhere in Javascript policy so the connection works from edge to backend?
<HTTPTargetConnection> <Properties> <Property name="use.proxy">true</Property> </Properties> </HTTPTargetConnection>