I am running Rasa X, with docker compose deployment with ssl. I am trying to use the Rasa X HTTP API Workspace in postman.
fqdn (fully qualified domain name)
baseUrl: fqdn
gives me a 500 internal server error
baseUrl: fqdn/login
gives me 200 success but only html results
baseUrl: fqdn/auth
same 200 success but only html results
curl --location --request POST ‘https://<fqdn>/auth’ --header ‘Content-Type: application/json’ --header ‘Authorization: Bearer <RASA_X_TOKEN>’ --data-raw ‘{ “username”: “admin”, “password”: “<password>” }’
yields only html