loresoft / msbuildtasks

The MSBuild Community Tasks Project is an open source project for MSBuild tasks.
BSD 2-Clause "Simplified" License
946 stars 272 forks source link

Add optional UseDefaultNetworkCredentials for HttpRequest #299

Open scthiede opened 3 years ago

scthiede commented 3 years ago

I want to request a resource from our local network with my default user credential. Each member of our team can reach this resource with his own credentials. Therefore I don't want to set Username and Password. Instead I want to use DefaultNetworkCredentials.