The mysteriously escaped request path in ASP.NET

Posted on Tue 19 November 2013 in Coding • Tagged with asp.net, nancy, uri

This blog post answers the question “Why does Uri.AbsolutePath sometimes return an escaped path and sometimes an unescaped path for the request URL in an ASP.NET application?”

I spent some time googling for a possible reason, but search terms like URL/URI, request, path, encoding, and escaping are …


Continue reading