Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Fulvio Notarstefano

    (@nekojira)

    I’m not sure about the implications of your setup

    it would probably violate same domain origin for executing javascript – it’s like having two sites and for security reasons it’s not allowed to run scripts across them

    either all your domains are on https or http
    also is https://www.lighthousecru.com/wp-admin/admin-ajax.php running on ssl? because it appears not and that returns an error

    I think you can google or search the wordpress forums for similar cases

    Fulvio, thanks for looking into this. I’ve dug through the code and it actually appears to be an issue with the domain mapping plugin in use on the site. The domain mapping plugin is generating the incorrect URL when admin_url( ) is called. Your plugin is working correctly.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘AJAX Error on https’ is closed to new replies.