DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
218 stars 44 forks source link

chore: fix CLI install when using wget #291

Closed Piccirello closed 2 years ago

Piccirello commented 2 years ago

When using wget, we parse the response to determine the HTTP status code. Microsoft introduced a new value for one of their Server headers in the request chain that was causing a regex to misidentify the status code. The regex has now been made more precise.

New header: Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0