Reply to thread

Hey, I have that already allowing all domains



[CODE]header("Access-Control-Allow-Origin: *");

    header("Access-Control-Allow-Methods: GET, POST");

    header("Access-Control-Allow-Headers: Origin, Methods, Content-Type");[/CODE]


Top