first of all, this is really important for my website, I need to open a specific http page
I want to know if its a good practice to use window.open
to open a page with different protocol (like http -> https | https -> http)
It works in my computer, but I'm not sure if it works with other browsers and OSes.
ChatGPT told me that this is not allowed but I can't see someone on the internet saying that this is not allowed.