what are the specific set of steps involved in order to allow a javascript call to the Net.Http.request method?
I am trying to send a document to a SaaS. The documentation for the Net.Http.request function indicates that you can just call it
like a normal function so after reading documentation and trying to build a proof of concept based on it, I got the following error:
"NotAllowedError: Security settings prevent access to this property or method."
What are the specific set of steps involved in order to allow a javascript call to the Net.Http.request method?
