How can I use XMLHttpRequest on the mobile extension?

My XML file is working based on PHP and the code about header is just

header('Content-Type: text/xml;charset=utf-8');
header('Access-Control-Allow-Origin: https://{Extension ID}.ext-twitch.tv');
header('Access-Control-Allow-Methods: POST');

Is there anything else I need to add?