2 header("Access-Control-Allow-Origin: http://127.0.0.1:8000");
3 header("Access-Control-Allow-Credentials: true");
5 $name = 'green-background.css';
6 $fp = fopen($name, 'rb');
7 header("Content-Type: text/css");
8 header("Content-Length: " . filesize($name));