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

403 errors trying to hit archive.org #133

Open
evert opened this issue Jun 28, 2024 · 1 comment
Open

403 errors trying to hit archive.org #133

evert opened this issue Jun 28, 2024 · 1 comment

Comments

@evert
Copy link

evert commented Jun 28, 2024

What a great project! Doesn't just let me browse https sites from Win98, but also seems to speed everything up quite a bit.

When hitting URLs from archive.org, like : https://archive.org/details/softwarelibrary_msdos_games I get 403 errors.

Probably not a webone problem (maybe webone is detected as a bot?), but I just wanted to see if this is a known issue.

Cheers,
Evert

@atauenis
Copy link
Owner

This is caused by update of Archive.org. It detecting old browser, and attempting to redirect to some lite version of page (http://archive.org/details/softwarelibrary_msdos_games?noscript=true here). However, it's not exists on server, and produces a 404 error.

(Huh, interesting that it's doing via a bit incorrect HTML code:

<noscript><div class="no-js-redirect-container" data-owner="nginx"><h2>Redirecting you to a lite version of archive.org...</h2></div><meta http-equiv="refresh" data-owner="nginx" content="0; url=/details/softwarelibrary_msdos_games?noscript=true"></noscript><script src="/offshoot_assets/js/webpack-runtime.135df76a17c60cd34dfc.js">

:) )

Then there is a minor bug in WebOne (I will fix it in v0.17.1). It tries to find an archived copy of the page (haha, looks for an archive of archive, ok), which obviously results in a 403 error, and it's displayed as Unsuccessful Web Archive request: FORBIDDEN.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants