I’m trying to use Rasa Chat Widget provided on Rasa website.
I have embedded code provided at following link for rasa chat widget on my html page.
Testing of Rest channel with post request from postman has been done & it is working fine.
However, while sending messages through Rasa Chat widget it is giving http 405 error saying GET request is not allowed. Why Rasa Chat widget is sending GET request while only POST request is allowed as per the documentation. Do we need to do add anything to ensure Chat Widget sends only POST requests.
Please help…