OneGet / NuGetProvider

NuGet Provider for OneGet. Works on Nano Server.
MIT License
31 stars 24 forks source link

HttpClient.GetAsync fails with 302 with https if URI redirects on CoreCLR #7

Closed adityapatwardhan closed 8 years ago

adityapatwardhan commented 8 years ago

When the HTTP URI has a redirect, we get a status code 302. This is a security feature and the code needs to work around it.

More context here: https://github.com/dotnet/corefx/issues/12171#issuecomment-250359676

jianyunt commented 8 years ago

It's not supported redirect from https to http for the security considerations.