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.

Solved Solved
0 2 1,238
1 ACCEPTED SOLUTION

Not applicable
2 REPLIES 2

Not applicable

Great- thanks!