• Resolved cblaisedev

    (@cblaisedev)


    It appears that the plugin is incorrectly replacing the form action for entering a password on a password protected page. Is this something you have come across before?

    
    <form action="https://df7qosnywqs6g.cloudfront.net/wp-login.php?action=postpass" class="post-password-form" method="post">
    <p>This content is password protected. To view it please enter your password below:</p>
    <p><label for="pwbox-22766">Password: <input name="post_password" id="pwbox-22766" type="password" size="20"></label> <input type="submit" name="Submit" value="Enter"></p>
    </form>

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cblaisedev

    (@cblaisedev)

    Is it possible that your plugin is accidentally replacing links that end with .php?

    Thread Starter cblaisedev

    (@cblaisedev)

    I was able to resolve my issue by adding an exclusion for the words, “wp-admin.php”

    • This reply was modified 3 years ago by cblaisedev.

    Hi! I’m facing the same issue. I’m not being able to fix this issue with this. I’ve added “wp-login” since it’s the target of the form element but it’s still replacing the URL.

    Any chance the author of the plugin may fix this issue please? I think there’s no any valid case for a form link to be replaced with a CDN domain.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘cloudfront url replacing form action on password protected page’ is closed to new replies.