You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't have access to configure Apache, you can still send the header from a PHP script. It's a case of adding the following to your PHP scripts:
</p>
<pre class="code"> <?php
header("Access-Control-Allow-Origin: *");</pre>
<p class="note">
Note: as with all uses of the PHP <a href="http://php.net/manual/en/function.header.php">header function</a>, this must be before any output has been sent from the server.