Skip to content
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

[OTHERS] VMWare workstation download blocked #110

Closed
elreydetoda opened this issue May 7, 2021 · 1 comment
Closed

[OTHERS] VMWare workstation download blocked #110

elreydetoda opened this issue May 7, 2021 · 1 comment
Labels
bug Something isn't working others a bug that is caused by another company stopping this is currently stopping the project from working correctly stopping-ci this is currently stopping the ci portion of the project and is causing it to fail on builds VMWare
Milestone

Comments

@elreydetoda
Copy link
Owner

elreydetoda commented May 7, 2021

Vendor
VMWare

Describe the issue/link to bug reported to vendor
VMWare is blocking download except based on if you have certain headers...

Additional context
Figured out the special sequence of headers needed, and it was killing my master branch's CI build

curl 'https://www.vmware.com/go/getworkstation-linux' -H 'Accept-Language: en-US,en;q=0.5' --compressed -H 'Connection: keep-alive' -H 'User-Agent: Mozilla'

you'll get this error if you don't have them:

$ curl 'https://www.vmware.com/go/getworkstation-linux' -I
HTTP/1.1 403 Forbidden
Server: AkamaiGHost
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 294
Expires: Fri, 07 May 2021 02:43:00 GMT
Date: Fri, 07 May 2021 02:43:00 GMT
Connection: close
@elreydetoda elreydetoda added bug Something isn't working others a bug that is caused by another company stopping this is currently stopping the project from working correctly stopping-ci this is currently stopping the ci portion of the project and is causing it to fail on builds VMWare labels May 7, 2021
@elreydetoda elreydetoda added this to the Others Bugs milestone May 7, 2021
elreydetoda added a commit to elreydetoda/ansible-collection-virtualization that referenced this issue May 7, 2021
@elreydetoda
Copy link
Owner Author

fixed this issue from my other repo: elreydetoda/ansible-collection-virtualization#11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working others a bug that is caused by another company stopping this is currently stopping the project from working correctly stopping-ci this is currently stopping the ci portion of the project and is causing it to fail on builds VMWare
Projects
None yet
Development

No branches or pull requests

1 participant