Message 1 of 10
Javascript require() method
Not applicable
06-16-2016
03:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi experts
i'm trying to make an HTTPS call from Fusion to my AWS server. The call involves:
var https = require()
but this method is not recognized by Fusion.
Further searching, require() method is a part of requirejs which has to be installed in node.js.
in short, have you tried calling out to HTTPS from Fusion script ? and how to do it?
thanks
KP