标签: javascript jquery post rasa-core
我正在使用$.post()方法从本地主机请求数据。但是我得到Bad Request 400。
$.post()
Bad Request 400
下面是代码:
var posting = $.post('http://localhost:5005/conversations/default/parse', { query: 'Hi' });
我正在使用的服务器是Rasa-Core HTTP server。