Crossrigin request blocked

Im trying to talk to my bot through http from a ajax client but when i post to localhost:5002/webhooks/rest/webhook im getting error:

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:5002/webhooks/rest/webhook. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).

Hi @Dnnsmoyo! Why not talk to your bot through rasa shell?

I can do that but i want it to have a User Interface

I can do that but i want it to have a User Interface

@Dnnsmoyo Got it. That is good to know. Have you looked into Messaging and Voice Channels? It seems like Your Own Website or Custom Connectors might be helpful for you