I have been playing with the Visual Studio Online APIs; have read all of the documentation and the API specs.
Running into authentication problem while calling the following API. https://app.vssps.visualstudio.com/_apis/profile/profiles/me
It works if I use a browser to login and GET the above URL. I receive json response.
It DOES NOT work if I use Fiddler or some other HTTP client to issue a request to this URL. I did add the Authorization header to the request but in response I receive 1) HTTP 203 error code and 2) the HTML login page!
Please note that all of the requests against my https://myaccount.visualstudio.com account work just fine in Fiddler; only the requests sent tohttps://app.vssps.visualstudio.com are failing.
What am I missing?
Chief Technology Officer - Anybill Financial Services