CorsProxy/proxy.php

5 lines
84 B
PHP
Raw Normal View History

2024-11-15 17:07:21 +01:00
<?php
$url = ltrim($_SERVER["REQUEST_URI"], "/ \t");
echo file_get_contents($url);