Will Kuhn <[EMAIL PROTECTED]> writes: > Yes. I am sure the translation is messing things up. I used telnet > to the port 80 of the web site. If I use hotmail%2ecom instead of > hotmail.com the file is downloaded. Otherwise, I got a > redirection. It took me a couple days to nail this down. I did a > byte by byte comparison between two tcpdumps and nailed this down to > the '.' literally !
The server is broken, as %2e really is completely equivalent to ".". Unfortunately that won't help you in practice. > Can I have it not do the translation ??! Unfortunately, only by changing the source code as described in the previous mail.
