Open
Description
Some webservers and proxies don't like URLs that contain encoded slashes (%2F
) - see #720 for background. As discussed there, I believe that this behaviour is a hangover from an earlier era when web servers/proxies thought that part of their role was to protect inexperienced PHP programmers.
Rather than working around this problem, I'd like to update the client so that it can detect 404's that didn't come from the server code, and warn the user appropriately.