php cors oauth2 bearer token授权问题

时间:2017-06-25 22:56:34

标签: php oauth-2.0 cors bearer-token

好吧,伙计们,我已经在这几个星期里一直在努力。我终于能够获得我的登录帖子以通过cors请求,并实际登录我,但是我的' isActive'由于某种原因,在同一地址登录成功后立即失败的方法。至少这是我认为正在发生的事情,尽管预检(铬)成功了。我附上了我的localhost(作品)的屏幕截图以及isActive请求的实时(没有工作)标题。

enter image description here

我无法隐藏屏幕截图中的网址,所以尽量不要攻击我!如果有帮助我可以创建一些临时测试凭据,以便您可以尝试自己登录,但我不确定它会对您有帮助。

控制台上的错误读数是:

  

获取http://api.equi-stable.com/Account/isActive 401(需要授权)

     

登录:1 XMLHttpRequest无法加载   http://api.equi-stable.com/Account/isActive。没有   '访问控制允许来源'标题出现在请求的上   资源。起源' http://app.equi-stable.com'因此是不允许的   访问。响应的HTTP状态代码为401。

使用Postman,我得到了这个回复

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
    <head>
        <title>401 Authorization Required</title>
    </head>
    <body>
        <h1>Authorization Required</h1>
        <p>This server could not verify that you
are authorized to access the document
requested.  Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
        <p>Additionally, a 401 Authorization Required
error was encountered while trying to use an ErrorDocument to handle the request.</p>
    </body>
</html>

0 个答案:

没有答案