im trying a json request through jquery and im getting an error saying im not allowed
ive seen using some hacks like:
and adding this in httpd-vhosts.conf:
both have not worked and kinda stuck as to how to find a work around. even tried
ive seen using some hacks like:
PHP Code:
<?php header('Access-Control-Allow-Origin: *'); ?>
Code:
Access-Control-Allow-Origin: <origin> | *
Code:
--disable-web-security