I am trying to use Visual Studio Online Rest api but not able to get response.
I am using https://XXXXXX.visualstudio.com/defaultcollection/XXXXXXXX/_apis/wit/workitemtypes?api-version=1.0 URL for the request. When I request from browser with same url it gives me the response, but when I call using c# code not able to get proper
response. it gives "203 non-authoritative information" status and some random response.
Please help me out with the issue.
Thanks.