chocolatey / package-validator

Windows service to validate packages conform to package standards
Apache License 2.0
31 stars 29 forks source link

(GH-254) Assume valid URL when response is 302 #255

Closed gep13 closed 3 years ago

gep13 commented 3 years ago

For some reason, the HttpClient isn't following a 302 response from the server, but I think it is fair to assume that a 302 response means that the URL is valid.

Fixes #254