RASA core server giving 403 forbidden error

Hi,

I am running the rasa core server in windows. Whenever I was trying to access the server from REST Clients getting 403 forbidden error, Can anybody help me to solve this?

Take a look at how do you start the server using the various server configuration

I think you need to enable Cors on starting the rasa core server

Thanks for your reply.

The GET - localhost:5005 is giving proper response i.e.,

hello from Rasa Core: 0.9.0a3

But post calls are failing. I assume I have started server properly is anything I need to change in configuration?

Can you share your start command

If you open https://github.com/RasaHQ/rasa_core/blob/master/rasa_core/server.py You can see that some URLs support GET only and some POST.

So it also depends on what you are doing.

This is my start Command @souvikg10

python -m rasa_core.server -d models/dialogue -u models/current/nlu -o out.log

Thanks

It may happen when we try any particular URL access. You can check file permission because it is one type of cause to forbidden or if you have any window error while doing this job then check this error 0x8024200b for more help.

hey @CassieGriffin you can check this link : https://youtu.be/vx8DhOipdyw you can try to run this cmd it may work: python -m rasa_core.run --enable_api -d models/dialogue -u models/nlu/current --debug --endpoints endpoints.yml --cors “*”

This error occurs due to corrupted .haccess file or due to restrictions accessing file, Here’s the best guide about fixing WordPress 403 forbidden error, I have fixed the issue and hope it will help you.

Hi @raghavendrav1210

Were you able to integrate Rasa Chatbot to Worpress website? I am trying to accomplish the same and not able to find out the proper way, Can you help?

Thanks