• Resolved fried_eggz

    (@fried_eggz)


    Hello and thanks for a very useful plugin.

    I have found a small issue with https. If you have a https site setup that automatically redirects http -> https you can get stuck in a redirect loop under certain conditions.

    If a users clicks a link that is https://example.com, that URL will get passed to the redirect_to get variable resulting in a non working redirect after login.

    The same happens if a user manually types in https://example.com (without the s)

    I’m sure this could be fixed by server config rules but I just wanted to let you know.

Viewing 1 replies (of 1 total)
  • Plugin Author Kevin Vess

    (@kevinvess)

    Thanks for using Force Login!

    [I] have a https site setup that automatically redirects http -> https

    How is your site setup to redirect HTTP requests to HTTPS?

    And yes–?this should be setup either by the server config or your DNS; if you’re doing the redirect using PHP, then you will have a problem if your PHP redirect fires after the Force Login redirect.

Viewing 1 replies (of 1 total)
  • The topic ‘Small http -> https redirect issue’ is closed to new replies.