在 CXML 中,如果发件人凭据不正确,那么在我的 cxml 中,我将其作为响应发送回 cXML 帖子的发件人:
<Status code="401" text="Unauthorized ">Credentials provided in the Request (the Sender element) were not recognized by the server.</Status>
根据 cXML,这是正确的。但是我还需要将我的 HTTP 状态码更改为 401 还是 200 OK 就足够了?