首页 > 解决方案 > 创建 webhook 时收到错误请求错误

问题描述

当我尝试发送 POST 以创建新的 webhook 时,我收到一个错误的请求错误:

{
    "error": {
        "docs": "https://developer.surveymonkey.com/api/v3/#error-codes",
        "message": "URL https://ws.nxturn.com/NXT_survey_response did not return a success status code.",
        "id": "1000",
        "name": "Bad Request",
        "http_status_code": 400
    }
}

但是,当我尝试向我的服务器发送 HEAD 时,我收到了预期的 200 响应。我不确定如何解决这个问题?

有没有其他人解决过这个问题?

标签: surveymonkey

解决方案


该 URL 不支持 HTTPS


推荐阅读