atauenis / webone

HTTP 1.x proxy that makes old web browsers usable again in the Web 2.0 world.
Other
518 stars 18 forks source link

"The owner of this website has banned your access based on your browser's signature" #109

Closed freakedenough closed 11 months ago

freakedenough commented 11 months ago

Trying to access www.heute.at or other Cloudflare-protected sites results in a 1010 error, using stock configuration. "The owner of this website has banned your access based on your browser's signature" Unbenannt using Netscape 0.91 Beta.

Any tips how to prevent this?

atauenis commented 11 months ago

Set in configuration file:

[Server]
UserAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

[ForceHttps]
heute.at
www.heute.at

At least, in Netscape 3.04 helps to bypass Cloudflare test. Try in 0.91b. Hope, also will be useful.

freakedenough commented 11 months ago

It works, thank you very much!