rishi1
(Rishi singh)
1
I integrated my rasa bot with a html web page and hosted the web page on localhost using xampp server.
The web page is accessible on all computers in same network. But rasa bot is only available in local pc.
Any idea how can j make even rasa bot accessible to all other pc in the same network
1 Like
@rishi1 If you are using Rasa’s REST
channel then you can add the local system’s IP address as shown below:
http://localhost:5005/webhooks/rest/webhook
to
http://192.168.X.X:5005/webhooks/rest/webhook
rishi1
(Rishi singh)
3