|
|
|
date: Fri, 3 Mar 2006 13:15:00 -0500,
group: microsoft.public.platformsdk.internet.server.isapi-dev
back
Re: ISAPI Redirection and In-Line document links
Hello,
The information after the '#' is used only by the client. In fact, the
client never actually sends it on the wire. This is why you cannot see it
in a filter.
Of course, the ramification of this is that, since it's purely a client
thing, whatever you are trying to do with it on the server can never work.
Thank you,
-Wade A. Hilmo,
-Microsoft
"djohnson066" <djohnson066@newsgroups.nospam> wrote in message
news:#fAkk5uPGHA.3016@tk2msftngp13.phx.gbl...
> I can not seem to get our filter to pass along inline document links. For
> example, the following URL:
>
> http://mydomain.com/conents/document1.htm#myInlineDocLink
>
> Gets truncated to:
>
> http://mydomain.com/newRedirectDirectory/document1.htm
>
> after it is processed by the filter. We are using the Server Variables to
> get the URL and do the redirection but as mentioned it does not seem to
> include anything beyond the document1.htm characters above. It works fine
> with appended query strings such as:
>
>
http://mydomain.com/newRedirectDirectory/document1.htm?param1=test¶m2=test2
>
> I am not an ISAPI guru so any help would be greatly appreciated.
>
> Thanks,
>
>
date: Fri, 3 Mar 2006 10:55:01 -0800
author: Wade A. Hilmo [MS]
|
|