Search found 1 match

by dotoyas12
Tue Mar 15, 2022 4:23 am
Forum: General Discussion and Questions
Topic: Github token authentication with OTA
Replies: 1
Views: 12052

Re: Github token authentication with OTA

HI! After doing some testing, I'm facing a strange behaviour with Github authentication system through OTA. I'm basically doing this request to the Github API: get('https://api.github.com/repos/path', headers={'Authorization': 'token my_token'} ) And written like this, it successfully authorizes th...