#16403 closed defect (bug) (invalid)
redirect_to and force_ssl_login sends to wrong protocol
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| 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)
comment:1
solarissmoke — 2 years ago
- Keywords reporter-feedback added
comment:2
madtownlems — 2 years ago
- Resolution set to invalid
- Status changed from new to closed
It was a plugin - and it is corrected now. While I wish WP would've handled this differently, I guess technically it's not a bug.
Thanks solarissmoke much for your assistance.
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 the redirect_to or are you doing this with a plugin?