CorsProxy/proxy.php

4 lines
84 B
PHP

<?php
$url = ltrim($_SERVER["REQUEST_URI"], "/ \t");
echo file_get_contents($url);