Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packages/windows: Use Octokit's artifact_download_url (groonga#1814)
Fixed the error: ``` <?xml version="1.0" encoding="utf-8"?> (Octokit::BadRequest) <Error><Code>InvalidAuthenticationInfo</Code><Message>Authentication information is not given in the correct format. Check the value of Authorization header. RequestId:xxx Time:2024-07-05T06:20:29.6447183Z</Message></Error> ``` This is caused by `Authorization` header is reused in redirect request. We can avoid this problem by using a new HTTP client without no `Authorization` header.
- Loading branch information