chocolatey / package-validator

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

(GH-214) Add accept header to request #215

Closed gep13 closed 4 years ago

gep13 commented 4 years ago

Without the accept header, it was found that attempting to valid some URL's was resulting in a 403 Forbidden response. The Accept header used here is the same as the header used within Fiddler when testing the URL in question.

Fixes #214