Greetings!
Faced the following problem: I use the AJAX plugin in my project to transfer data to my site. Further, the received data is processed in php and returned to the client. Everything works fine in preview and on some android devices. But the second part of the devices do not send a request. Could the problem be that I'm sending a request to http, and not to https? And how can this problem be solved without connecting an SSL certificate?
Thank.