| 
					Yes, you can call HTTP request with authentication from a Self script.
 For example,
 
 Http.requestJSONAuth(attribute, url, user, password);
 
 or,
 Http.requestXMLAuth(url, user, password, xpath);
 
 See,
 https://www.botlibre.com/manual-self.jsp#http
 
 Any https request will use encryption.
 
 |