You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As webviz is using SSL localhost (https://), it appears to be a challenge with Chrome in the sense that if the user later go to something non-https localhost link, Chrome in many cases will redirect the user to https (based on previos visits to a https visited localhost page).
If any mitigating actions can be done on our side, we should try to aim for the browser not redirecting to https on later visits to localhost by default.
As
webviz
is using SSL localhost (https://
), it appears to be a challenge with Chrome in the sense that if the user later go to something non-httpslocalhost
link, Chrome in many cases will redirect the user tohttps
(based on previos visits to ahttps
visited localhost page).If any mitigating actions can be done on our side, we should try to aim for the browser not redirecting to https on later visits to localhost by default.
Informative SO thread:
https://stackoverflow.com/questions/25277457/google-chrome-redirecting-localhost-to-https
The text was updated successfully, but these errors were encountered: