-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Feature]: User-Agent #142
[New Feature]: User-Agent #142
Comments
Hmm, this might resolve multiple issues?
edit: nvm i just remembered i did a manual test before and winget-cli failed 🤦♂️ but i think they are looking for a fix too And for example TechPowerUp.NVCleanstall
|
@SpecterShell - It's throwing an error when trying to set the user agent with your method, resulting in a 404 still Also, when trying to run manually -
|
Figured it out; It's |
Looks like this only solved the Genymotion download issue :( |
I guess we should add it as a parameter. If default UA doesn't work, then suggest user to enter a UA using a parameter. |
No. Also, it isn’t good to have everything as a parameter. If you have more than 5-10 parameters for a single command then there is a good chance that sonething needs to be redesigned. |
* Resolves Trenly#142
Description of the new feature/enhancement
When you try to download https://dl.genymotion.com/releases/genymotion-3.2.1/genymotion-3.2.1.exe via YamlCreate and WinGetCreate you'll get
[Error] Invalid URL Response - The URL did not return a successful response from the server
or
HTTP response was unsuccessful. Status code: Forbidden
Proposed technical implementation details (optional)
No response
The text was updated successfully, but these errors were encountered: