M Mayhem30 Member Feb 22, 2018 #1 I'm using Nginx to proxy images without using Proxy.php - but running in to an issue with the URL. PHP: $config['proxyUrlFormat'] = 'https://www.example.com/proxy/?{url}'; The {url} is "urlencoded" which Nginx doesn't like - is there anyway to retrieve the URL not encoded?
I'm using Nginx to proxy images without using Proxy.php - but running in to an issue with the URL. PHP: $config['proxyUrlFormat'] = 'https://www.example.com/proxy/?{url}'; The {url} is "urlencoded" which Nginx doesn't like - is there anyway to retrieve the URL not encoded?