Why I get Internet Explorer enhanced security error message in Chrome if I call VSO API from Angularjs SPA?

前端 未结 3 843
抹茶落季
抹茶落季 2020-12-19 02:10

I have a SPA implemented in Angularjs - Typescript calling VSO API and providing authentication data you can find below:



        
3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-19 02:37

    I found that this happened to me when my PAT was wrong due to a copy and paste error.

    Looks like you are probably failing authentication because you didn't base64 encode the bearer token.

提交回复
热议问题