is proxy chaining supported in javascript policy, node server.js?

I a trying to do local proxy chaining, Is local proxy chaining supported in javascript policy?

Is local proxy chaining supported in node server.js?

0 6 477
6 REPLIES 6

Nope, and Nope. Not at this time. It's possible we'd be able to add that as a feature.

You can chain to a different proxy with a ServiceCallout though.

But I'm interested in your use case... can you describe it?

Thank you Dino. The use case I am trying to do is, convert API to use proxy chaining, which includes service callouts, I used javascript policy to make calouts. I can able to apply proxy chaining for service callout policy but not for the API which use javascript policy to make callouts.

@Dino,

Did you add the feature?

No, we have not added this feature.

@Dino-at-Google

when I pass header 'X-Apigee.Host: apitest.*******.com:443' in http client call in javascript, I am able to

do proxy chaining.

@Dino-at-Google

when I pass header 'X-Apigee.Host: apitest.*******.com:443' in http client call in javascript, I am able to

do proxy chaining.