Plugin not working in Firefox when admin is in HTTPS
-
When your main site is http, but admin is https, the plugin is not working in Firefox. (It is working in Chrome).
The call to /wp-admin/admin-ajax.php?action=store_search is blocked by the browser due to a cross-domain origin request (http:// vs https://). The browser attemp a call to http://..wp-admin but is redirected to https://..wp-admin/ with an OPTIONS request, and that option request receives a Access-Control-Allow-Origin equal to the http version of the site.
I don’t know how to fix this. I don’t have any other issues about this except with this plugin.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Plugin not working in Firefox when admin is in HTTPS’ is closed to new replies.