AJAX requests broken due to HTTPS for wp-admin

I have my wp-admin section forced to HTTPS via a plugin. I also have specific pages that are using https on the frontend (login, billing, etc.)

I seem to be having an issue with HTTP pages using AJAX to HTTPS for admin-ajax.php the nonce fails. Is it possible to use HTTP nonce with HTTPS nonce? HTTPS to HTTPS works fine. The issue is only HTTP to HTTPS. Is this expected behavior?

I don’t see a need to provide any code as this is pretty standard.

Thanks for any input

2 Answers
2

Switch to full SSL for everything. Seriously, it’s way easier than dealing with mixed content.

Leave a Comment