$ .post中的jQuery“ Bad Request 400”

时间:2018-07-31 12:22:33

标签: javascript jquery post rasa-core

我正在使用$.post()方法从本地主机请求数据。但是我得到Bad Request 400

下面是代码:

var posting = $.post('http://localhost:5005/conversations/default/parse', {
    query: 'Hi'
});

我正在使用的服务器是Rasa-Core HTTP server

0 个答案:

没有答案