chocolatey / package-validator

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

(GH-202) Add handling for Protocol error #218

Closed gep13 closed 4 years ago

gep13 commented 4 years ago

There is an edge case where a valid URL returns a 503 error code, and then moves to the site when loaded in the browser. When loading from the command line, this isn't handled. Add a special case for this. This isn't ideal, but likely not many URL's that are in this position.

Fixes #202