chocolatey / package-validator

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

(GH-212) Add CookieContainer to HttpWebRequest #213

Closed gep13 closed 4 years ago

gep13 commented 4 years ago

It is possible that an exception can be thrown when requesting a URL which states "Too many automatic redirects were attempted". It has been found that this is caused due to there not being a CookieContainer for the request in order to capture cookies that are sent with the response.

Fixes #212