Did you know Bot Libre also provides free hosted live chat for your own website or mobile app?
Self, AIML, and scripting

Json call with basic authentication

by gioking posted Mar 8 2018, 8:45

Hi I did look around for this question but did not find answer,

My question is: can I call a rest service passing any form of authentication ? for example basic authentication ?

If yes somebody have some example ?

if not I change my ask: if I call a rest service the request that do the bot is encrypted some how ?

 

Thanks for help


by admin posted Mar 8 2018, 20:57
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.

Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 2652, today: 2, week: 9, month: 19

Id: 21267915
Posted: Mar 8 2018, 8:45
Replies: 1
Views: 2497, today: 7, week: 11, month: 15
0 0 0.0/5