Bookmark portion of URL should not be sent to server, right?
Tech-Archive recommends: Fix windows errors by optimizing your registry
Date: Thu, 5 Aug 2004 12:21:16 -0700
On July 3, I started noticing some page errors in my web application. All
of the erroring clients where using Windows XP - MSIE 6.0. It seems these
clients were passing the bookmark (fragment identifier) portion of the URL
to the server.
For example, with the following URL:
http://testsite.com/page.aspx?myquery=test#bookmark
The browser *should* send a request for:
http://testsite.com/page.aspx?myquery=test
However, these clients were sending the entire URL as the request. Thus, my
querystring parameter "myquery" had the unexpected value of "test#bookmark".
Has anyone else noticed this behavior? Perhaps it is related to the
download.ject patch (released July 2).
Thanks,
Rob
Relevant Pages
- Re: localhost is all that will work
... What is the ServerBindings configured for this website? ... Bad Request message that I receive here as well. ... > - The client opens a connection to the webserver (works, ... > If this happens for all your clients on the Internet, ... (microsoft.public.inetserver.iis) - Re: Coworkers for myLinux project
... On a request of Michael Tobler, the first poster, I have translated ... Cyrus IMAPD mailbox, a sendmail Alias in LDAP, and the home directory ... there is no package which allows Linux clients to authenticate ... certificates for Apache, sendmail, Cyrus IMAPD and OpenLDAP, and it ... (alt.os.linux) - RE: process starvation with 2.6 scheduler
... The network traffic is of request response type. ... The netperf clients run on an external box, ... A client sends request to a server, ... With an ICE connected to the Palladium (emulator) I have dumped the kernel data structures of the starved process and the active process. ... (Linux-Kernel) - How to change of interval for secure identifier request!
... Windows XP clients, request a new secure ... This "safety card" insures that the computers, ... This of cause also means that the new SID that the clients receive ... In Windows 2000, I used to change the interval at which the clients ... (microsoft.public.windowsxp.security_admin) - Re: Object locking
... > I could adapt your idea to make it transparent to clients, ... This is why Ada implements that as a language primitive, ... inspects that queue for a request. ... abstract request class with the method DoIt. ... (comp.object) |
|