No spaces in Field Name!
/etc/apache2/apache2.conf
change this configuration
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
Options Indexes FollowSymLinks
AllowOverride FileInfo
Require all granted
a2enmod headers
systemctl restart apache2
.htaccess
file in the folder which you want to "open" with the following contents:
Header set Access-Control-Allow-Origin "*"
*
GET
Made with Platform