<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'url encoding'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=url+encoding&amp;orTags=0</link><description>Search results matching tag 'url encoding'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Replacing characters in URL</title><link>http://forums.iis.net/p/1162309/1923229.aspx#1923229</link><pubDate>Tue, 03 Nov 2009 14:41:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923229</guid><dc:creator>michaelabruce</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;I want to replace all instances of an embeded space %20 with an underscore. I don&amp;#39;t see anything here that would allow a URL with encoded spaces such as http://localhost/folder/this%20is%20my%file.aspx to &lt;a href="http://localhost/folder/this-is-my-file"&gt;http://localhost/folder/this-is-my-file&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;Any ideas? &lt;br /&gt;Thanks, &lt;br /&gt;Michael &lt;/p&gt;</description></item><item><title>Re: Url Rewrite when there are spaces</title><link>http://forums.iis.net/p/1153821/1887853.aspx#1887853</link><pubDate>Wed, 17 Dec 2008 18:26:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1887853</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;The original rule that you have should work here. When you say that rule does not work - does it mean that it is not executed or it results in error?&lt;/p&gt;</description></item><item><title>Re: Problems with URL_Rewrite Mediawiki</title><link>http://forums.iis.net/p/1152860/1886511.aspx#1886511</link><pubDate>Tue, 02 Dec 2008 17:58:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1886511</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;Try using the urlencode function:&lt;/p&gt;
&lt;p&gt;&amp;lt;action type=&amp;quot;Rewrite&amp;quot; url=&amp;quot;index.php?title={UrlEncode:{R:1}}&amp;quot; /&amp;gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Rewrite decodes and changes original url in X_ORIGINAL_URL</title><link>http://forums.iis.net/p/1152642/1883628.aspx#1883628</link><pubDate>Mon, 03 Nov 2008 17:52:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1883628</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;In the upcoming RTW release, URL rewriter will set another IIS server variable - UNENCODED_URL -&amp;nbsp;to contain the raw&amp;nbsp;URL&amp;nbsp;exactly as&amp;nbsp;it was requested by the browser (all encoding preserved).&lt;/p&gt;
&lt;p&gt;HTTP_X_ORIGINAL_URL will still contain decoded URL.&lt;/p&gt;</description></item><item><title>Re: Rewrite decodes and changes original url in X_ORIGINAL_URL</title><link>http://forums.iis.net/p/1152642/1883208.aspx#1883208</link><pubDate>Wed, 29 Oct 2008 04:38:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1883208</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;Ok. I think this is clear to me know. This looks like a common approach used by PHP apps, where everything is rewritten to index.php and then the app figures out what to do based on original url.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll let you know what we&amp;#39;ll decide on this.&lt;/p&gt;</description></item><item><title>Re: Rewrite decodes and changes original url in X_ORIGINAL_URL</title><link>http://forums.iis.net/p/1152642/1883194.aspx#1883194</link><pubDate>Tue, 28 Oct 2008 23:54:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1883194</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;Do you need to use original encoded URL to construct the links in your web application only? Or do your rewrite rules rely on the URL being encoded when doing pattern matching?&lt;/p&gt;</description></item><item><title>Re: Rewrite decodes and changes original url in X_ORIGINAL_URL</title><link>http://forums.iis.net/p/1152642/1883163.aspx#1883163</link><pubDate>Tue, 28 Oct 2008 19:17:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1883163</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;The fix&amp;nbsp;for non-ascii characters&amp;nbsp;will not change this behavior. &lt;/p&gt;
&lt;p&gt;IIS gets already decoded URL from https.sys and that is used to set HTTP_X_ORIGINAL_URL as well as any other server variables. This is not specific to URL rewriter and this is how it is in IIS 6.&lt;/p&gt;
&lt;p&gt;Could&amp;nbsp;you explain why it is a problem for your client?&lt;/p&gt;</description></item></channel></rss>