diff --git a/ba-simple-proxy.php b/ba-simple-proxy.php index b1fa6e8..316fc70 100644 --- a/ba-simple-proxy.php +++ b/ba-simple-proxy.php @@ -143,6 +143,7 @@ // ############################################################################ $url = $_GET['url']; +$url = str_replace(" ","%20", $url); if ( !$url ) {