Reply to thread

For your issue, add this to your PHP page before authentication:

[CODE=php]header("Access-Control-Allow-Origin: your-website.com");[/CODE]


Top