Your IP : 3.149.29.190
<?php header("Access-Control-Allow-Origin: *"); header("content-type: application/json; charset=utf-8"); header("Access-Control-Allow-Methods: GET"); header("Access-Control-Allow-Headers: Content-Type, Access-Control-Allow-Headers, Origin,Accept, X-Requested-With"); $str = file_get_contents($_REQUEST['file']); echo $str; ?> |