Sarjuuk / aowow

Database viewer for TrinityCore based on aowow by @LordJZ, based on the JS-Engine of Wowhead
204 stars 217 forks source link

suggest:both support http and https #341

Closed qyh214 closed 2 years ago

qyh214 commented 2 years ago

Describe the bug and how to reproduce it now we use secure and set site to http://xxxx or https://xxxx. but sometimes maybe we both support is great.

now use //xxxxx can both support and based on original site.

At the same time, this feature needs to configure the server to be compatible with HTTP and HTTPS access at the same time

and also we should keep force ssl feature,if set force ssl in site config,then all link rewrite to https

Screenshots n/a

System:

Aokromes commented 2 years ago

imho redirect http to https and leave http to die.

Sarjuuk commented 2 years ago

I can't. there are a couple of tools that are embedded in other pages, that further embed more js and css files. (most notably the tooltips and to a lesser extend the search box) those would inherit the protocol of the embedding site, which may be wrong.

Ultimately it's up to the site host to kick http to the curb^^

Sarjuuk commented 2 years ago

ouh, there is another close option now.