First post, by austin987
Hello!
First off, thanks for your work preserving vintage PC gaming resources.
I maintain winetricks (https://github.com/Winetricks/winetricks) which is used by Wine users to make it easier to get Windows applications/games running.
Winetricks supports glidewrapper, which your site provides a download for (http://www.vogonsdrivers.com/wrappers/files/G … Wrapper084c.exe)
Downloading this file works fine if I try to access it via Firefox/Chrome, and also works via the command line client cURL:
austin@debian:/tmp$ curl -O http://www.vogonsdrivers.com/wrappers/files/G … Wrapper084c.exe % Total % Received % Xferd Ave […]
austin@debian:/tmp$ curl -O http://www.vogonsdrivers.com/wrappers/files/G … Wrapper084c.exe
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 249k 100 249k 0 0 502k 0 --:--:-- --:--:-- --:--:-- 503k
austin@debian:/tmp$ sha256sum GlideWrapper084c.exe
3c4185bd7eac9bd50e0727a7b5165ec8273230455480cf94358e1bbd35921b69 GlideWrapper084c.exe
Using wget, however, gets a 403:
austin@debian:/tmp$ wget http://www.vogonsdrivers.com/wrappers/files/G … Wrapper084c.exe --2024-12-17 02:48:16-- http://www.vog […]
austin@debian:/tmp$ wget http://www.vogonsdrivers.com/wrappers/files/G … Wrapper084c.exe
--2024-12-17 02:48:16-- http://www.vogonsdrivers.com/wrappers/files/G … Wrapper084c.exe
Resolving www.vogonsdrivers.com (www.vogonsdrivers.com)... 162.249.2.233
Connecting to www.vogonsdrivers.com (www.vogonsdrivers.com)|162.249.2.233|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2024-12-17 02:48:16 ERROR 403: Forbidden.
This was previously working (not sure exactly when it changed, sometime in the last year). Currently winetricks is falling back to the Internet Archive (archive.org) to get the binaries, but it would be preferable to not do that.
Would it be possible to allow wget?
Thanks!