spacemeowx2 / switch-lan-play

Enjoy games with your friends as if you were on a LAN.
GNU General Public License v3.0
1.83k stars 191 forks source link

The Web Site of Lan-Play.com is broken #157

Open MikauTear opened 10 months ago

MikauTear commented 10 months ago

The Web Site of Lan-Play.com is broken, the page is reloading and never finish to load.

Screenshot_20240115-163815_Chrome

I2000C commented 10 months ago

That problem is caused by some browsers like Chrome that try to load the https version of a website (https://www.lan-play.com/ in this case) and then that website redirects to it's http version (http://www.lan-play.com/), causing an endless loop. This could be fixed by using a different browser that doesn't force https (I think Firefox should work) or by setting up a https certificate for the LAN Play website (there are sites like this, that should provide one for free).

kifujin commented 1 month ago

In Vivaldi, if you click the lock icon in the left side of the Address Bar and click Site Settings, you can change "Insecure Content" to "Allow" the page will work.

Similar workarounds are probably in other browsers, and Vivaldi is a Chromium-based browser...