Hi Ernest,
there is one further problem with your great Plugin.
my clients website loads over https protocol on frontend. But it must load the backend over http protocol. The site runs over a CDN (cloudflare) with their SSL certificate. And the original web space doesn’t have an SSL certificate because the domain is hosted somewhere else.
With this configuration your plugin tries to load the WordPress admin-ajax.php file over http. Which gets stopped by the browser. So no results are shown. I could get it working by telling your class-asp-init.php to remove the protocol http: or https from the “admin_url(‘admin-ajax.php’)”. This way it works for me.
Would it be possible to implement it into your next update?
The reworked file is attached.
Sorry for asking you that.
Regards,
Holger