#16403 closed defect (bug) (invalid)
redirect_to and force_ssl_login sends to wrong protocol
Reported by: | madtownlems | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
WP 3.0.4, multisite, force_ssl_login is TRUE.
http://www.mysite.com/wp-login.php?redirect_to=%2Fbar
After logging in, I'm brought to:
https://www.mysite.com/bar (note the s)
My siteurl, wpurl, etc are defined without the s
Change History (3)
Note: See
TracTickets for help on using
tickets.
redirect_to
is supposed to be an absolute URL including protocol, not a relative one. Is Wordpress generating theredirect_to
or are you doing this with a plugin?