How to configure JavaScript callouts without using http proxy along with HTTPClient.use.proxy=true

Not applicable

Hello,

A custmer wants to know how to configure Apigee Edge Private Cloud with having http.properties with

HTTPClient.use.proxy=true

but they don't not want to use the http proxy only in the case of Java callouts.

Is there any way to realize it? I would appreciate your help.

0 2 4,164
2 REPLIES 2

Not applicable

setting "HTTPClient.use.proxy=true" would apply the property to all the traffic flowing through the message processor.

You can try using the Target Property "use.proxy.tunneling = false" in the proxy target property.

You can find more information in the link below

http://docs.apigee.com/api-services/reference/endpoint-properties-reference

Thank you Naveen for the advice.

I don't understand why the JavaScript callouts only doesn't forwarded to HTTP proxy when target connections are configured as not going via tunnel.

Can you please elaborate a bit more on this, before I go back to the customer with the suggestion?