Hello. I must say that I solved this problem through Flash. When a special file with permissions for flash (crossdomain.xml) is uploaded to the server with https, and the flash movie itself on the server with http. Of course the domains are different. But the task is simplified by the fact that both domains (servers) are "mine", i.e. It is possible to customize them and make changes to the work . But in general, I want to resolve the issue on JS via XHR. Or at the worst through php (curl?).

  • with https you can’t send a request to http - the browser will not allow - Grundy
  • Generally possible. But we need additional gestures. About that and the question. - user5555232

0