Using Javascript HTTP Client to make requests to a Target via Mutual SSL

I have a target system that requires mutual SSL. I have previously used service callouts and target calls using a TargetServer configuration in order to send requests, and this has all worked fine.

I have a use case where I would like to make a number of calls to the target system, depending on page size. This may be 1 or 10+ separate calls. In order to do this I want to use the Javascript HTTP Client to dynamically create and send the correct number of requests.

Is it possible to use the Javascript HTTP client for a target with mutual SSL?

SOLVED:

This isn’t currently supported in Javascript policies, however can be implemented in node.js.

Hi @Sean Davis , you may want to check this

http://community.apigee.com/questions/1749/is-it-possible-to-configure-ssl-information-using.html

Great- thanks!