Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

IIS Decoding querystring improperly

0 views
Skip to first unread message

Steve Ricketts

unread,
Nov 9, 2009, 8:32:38 AM11/9/09
to
I'm sending German text in a querystring, EINF�HRUNG, so I escape it and it
becomes EINF%DCHRUNG before sending. However, on the server side (2008,
IIS7) it is received as EINF<?>HRUNG... where the "<?>" is actually a
single character (that I can't copy into this e-mail).

Can anyone explain what is happening and how to fix it?

Many thanks,

Steve

Jeffrey Ingalls

unread,
Nov 10, 2009, 10:31:40 PM11/10/09
to
Hi Steve,

The updated URL Rewrite Module 1.1 includes bug fixes that should help fix
this problem:

http://www.microsoft.com/downloads/details.aspx?familyid=DBA94A96-E513-4F87-9082-8CB04B743793&displaylang=en

All the best,
Jeffrey Ingalls

"Steve Ricketts" wrote:

> I'm sending German text in a querystring, EINFÜHRUNG, so I escape it and it

> becomes EINF%DCHRUNG before sending. However, on the server side (2008,
> IIS7) it is received as EINF<?>HRUNG... where the "<?>" is actually a
> single character (that I can't copy into this e-mail).
>
> Can anyone explain what is happening and how to fix it?
>
> Many thanks,
>
> Steve
>

> .
>

Steve Ricketts

unread,
Nov 11, 2009, 7:55:52 AM11/11/09
to
Jeffrey,
Thanks so much for your reply. Is this something I just need to install or
do I need to write a rule to explicitly deal with German characters?

Thanks again,

sr

"Jeffrey Ingalls" <Jeffrey...@discussions.microsoft.com> wrote in
message news:0A8E4D18-CE7F-4FC0...@microsoft.com...

Jeffrey Ingalls

unread,
Nov 12, 2009, 10:01:03 AM11/12/09
to
Hi Steve,

I'm not in a position to reproduce and test this in my lab right now but I
believe the fix will allow you to return the querystring as it was sent. So
if you send EINF%DCHRUNG then your querystring value will be EINF%DCHRUNG.
Please give it a whirl in your test environment and let us know how it works
out.


"Steve Ricketts" wrote:

> .
>

0 new messages