How to send https request in Javascript policy

I need to make https request to my system which enables TLS. I tried HttpClient in Javascript policy but it seems only work with http. Did I do something wrong otherwise?

Could anyone suggest another way to work with https request? Thanks alot

0 1 748
1 REPLY 1

You don't need to do anything special to make HTTPS requests, just use https in the URL.

For example: `https://org-env.apigee.net/logging-mock`

I just verified using a mock target in my JS logging fire-n-forget policy.