• 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

    • This topic was modified 8 years, 4 months ago by maxb1002.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    It depends on what the get parameters are. I can see these are not automatically added to the return url (the redirect_to). I’ll have to address it in a future update. 3.1.6 is about to be released so I don’t think it will make it into that release – probably 3.1.7.

    Thread Starter maxb1002

    (@maxb1002)

    Hi Chad, I tried to redirect a page that contains parameters in the current version of wp-members (3.1.8.1) and wordpress (4.8), however the issue remains. Any ideas?

    • This reply was modified 7 years, 8 months ago by maxb1002.
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.