c3/license.
ajax error.
my php code
<?php
header('Access-Control-Allow-Origin: *');
$arr = array('a' => 1, 'b' => 2, 'c' => 3, 'd' => 4, 'e' => 5);
echo json_encode($arr);
help mi
Если кто есть на русском буду признателен.
It looks like you're connecting to an insecure URL (http:). Construct 3 runs on a secure URL (https:). By default secure to insecure connections are blocked. You need to run your website with HTTPS.
Develop games in your browser. Powerful, performant & highly capable.
Thanks you. The problem was this. Resolved