-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi there,
it seems that SSL pages are not handled properly, leading to empty results of uls_get_user_language_from_url.
What I've found is a literal http://, which should be resolved to something llike $scheme . '://'
where $scheme could default to 'http' and rely on the wordpress function is_ssl() for switching to 'https'.
As mentioned in several discussions, $_SERVER['REQUEST_SCHEME'] is not recommended.
Best regards,
Marc
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels