I have two sites on altervista. One has php files and I want to do a get from the other altervista site, but I get the CORS error.
Added Header add Access-Control-Allow-Origin 'https://geomapper.altervista.org' in the .htaccess file for the php one but it still doesn't work.
Should I add geomapper.altervista.org to the whitelist site with the php files?
Or is the cross site not allowed from one altervista site to another?