WP-members GET parameters get lost on redirect after login
-
I have a blocked site that is only accessible after login. On anonymous access I get redirected to a login and back to the original site which is fine. However, if the site contains get parameters they are lost after login redirect. I checked function wpmem_login() in core.php but it seems to be lost before (redirect_to parameter does not seem complete). Any ideas?
Firebug network headers after login:
302 found for POST /mysite/ with parameter redirect_to https://www.mydomain.com/mysite/
200 OK for GET /mysite/ with a referer of https://www.mydomain.com/mysite/?myparameter=123456
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WP-members GET parameters get lost on redirect after login’ is closed to new replies.