We are using Rasa X via Docker compose on a server. I want to make POST requests and was able to do that using this (Problem with rest for Rasa running in Docker on GCP). But, this methodology has the limitation of the authorization being for a particular user and would have to generate multiple tokens for multiple users. But what if we want to send a json {“sender”:“user”, “message”:“Hi!”} as we do with the http://localhost:5005/webhooks/rest/webhook endpoint. Is there a way to do the same or at least make requests where we don’t need to worry about the request failing because of an authorization error.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to post to rasa server after Rasa X Deployment | 8 | 1509 | January 21, 2021 | |
Creating an Android Studio application with Rasa | 3 | 4292 | October 19, 2020 | |
Using API with deployed Rasa X | 11 | 499 | September 14, 2021 | |
How can I hit the rasa-production container built by the Rasa-X Docker-compose file with a REST request? | 3 | 540 | August 30, 2020 | |
Access control errors with Rasa rest channel | 2 | 757 | February 28, 2021 |