406 Not Acceptable error GET parameter issue?
问题 Can anyone please tell me why the following URL returns a 406 error: http://kolek.to/functions/remote-upload.php?url=http%3A%2F%2Fben-major.co.uk%2Fhosting%2Fbm-equipment%2Faxe-2.jpg&item_id=2 Removing the ?url= parameter seems to make everything fine: http://kolek.to/functions/remote-upload.php?item_id=2 For your reference, the content of remote-upload.php is as follows: <?php require_once('../models/api.php'); $request_url = urldecode($_REQUEST['url']); $item_id = $_REQUEST['item_id']; echo