Azure DevOps REST API: Keep Getting HTTP 203

Rajesh Swarnkar 851 Reputation points
2021-09-21T04:47:31.927+00:00

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. ​

133689-ac.jpg

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,221 questions
{count} votes

Accepted answer
  1. Rajesh Swarnkar 851 Reputation points
    2021-09-21T05:06:41.907+00:00

    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.

    133818-worked.jpg

    3 people found this answer helpful.

0 additional answers

Sort by: Most helpful