Parsing unescaped urls in django
Modern browsers escape urls automatically before sending them to the server, but what happens if your application serves http requests to clients that doesn't escape urls? The answer is that can get unexpected results if you server works in...