[Solved] CORS server request from front-end client with latest command line interface of rasa 1.0.7

Hi there,

I was trying to integrate my bot with front-end using in-built rest channel, but whenver any message I fired from ui it was giving me cross origin request issue but I was able to fix it using below command :

Start your rasa server from command line:

rasa run --cors="*" & --enable_api=true

Hi @prashant_kamble. Happy to see you found a solution to this :slight_smile:

Yup :grinning:. Thanks.