drupal_cors
drupal_cors copied to clipboard
Cross origin *
Hello I want
header('Access-Control-Allow-Origin: *');
when I tried to set * , it didt give me a permission to save *. Could you please suggest me how can I resolve this issue.
It would be appreciate.
Thanks
have you tried with *|*
?
-.-