获得200个好的状态但是从邮递员那里得到了响应错误

时间:2018-05-26 20:19:38

标签: javascript python html ajax django

获得响应200 ok状态但是从邮递员那里得到响应错误 bosy

class Highlight(HoverBehavior,Screen):
    def on_enter(self):
        print('Focus on')
    def on_leave(self):
        print('Focus off')

发布网址:https://demo.cognitonetworks.com/cognito/gettoken

[{ “键”: “内容类型”, “值”: “应用/ JSON”, “说明”: “”}]

 {
        "errors": "Unable to log you in, please try again.",
        "success": false
    }

1 个答案:

答案 0 :(得分:1)

答案很简单,服务器只接受您的请求并返回json

{ "errors": "Unable to log you in, please try again.", "success": false }

问题不在客户端或服务器上,您应该阅读:

  

无法让您登录,请重试