• Resolved MFSAM

    (@mfsam)


    Hi,

    It seems the form does not send when the admin area is forced SSL because the admin ajax access is coming back 403.

    I nipped into the code and modified /modules/templates/mod.php so that admin_url(‘admin-ajax.php’) is admin_url(‘admin-ajax.php’, ‘http’) to force http. That fixed the sending issue for me but it’s only a temporary fix.

    Thank you,
    Sam

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hello!

    Could you clarify how did you connect SSL? When properly configured – requests of SSL for Ajax in WordPress should be handled correctly even from the frontend.

    Thread Starter MFSAM

    (@mfsam)

    Hi,

    Thank you for your reply.

    I was using Cloudflare’s SSL and all I did was define(‘FORCE_SSL_ADMIN’, true); in the config.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form not sending when admin is forced SSL’ is closed to new replies.