Normal
In your main directoryIf you use .htaccess add this into it;[CODE]<IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*"</IfModule>[/CODE]If you use IIS,Go into your IIS managerRight click on the site your usingGoto the HTTP Headers Section (Might also be called HTTP Response Headers)Click AddEnter; Access-Control-Allow-Origin as the Header nameEnter; * as the value.Then confirm both boxes and then try your client again.
In your main directory
If you use .htaccess add this into it;
[CODE]<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>[/CODE]
If you use IIS,
Then confirm both boxes and then try your client again.