Issue with Rasa Chat Web Widget available on Rasa website

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…

The widget uses the socket channel not the rest channel so you need to configure that in your credentials.yml.