nkdAgility/azure-devops-migration-tools

Remove hard coded `user-agent` From `AzureDevOpsEndpoint`

MrHinsh opened this issue · 0 comments

It looks like we hard code the user-agent which may be triggering this. I'll roll a fix with the line below commented out.

client.DefaultRequestHeaders.Add("user-agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)");

Originally posted by @MrHinsh in #1783 (comment)