Ok, I figured it out from this Stackoverflow that AzDo REST expects a dummy username: feild with Authorisation: Basic <base64 of username:PAT>.
It worked.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, I am trying to query Azure DevOps RESP API to extract the build and release counts using Python requests library.
However, I keep getting Http 203 response. Sending the PAT token as well. But did not helped.
Ok, I figured it out from this Stackoverflow that AzDo REST expects a dummy username: feild with Authorisation: Basic <base64 of username:PAT>.
It worked.