RE: URL redirection (longish)

New Message Reply Date view Thread view Subject view Author view Attachment view

From: Rich Graves (rcgraves@brandeis.edu)
Date: Thu Oct 19 2000 - 09:31:00 CDT


On Thu, 19 Oct 2000, Steve Hideg wrote:

> But what is the difference between sending the browsers (embedded or
> otherwise) a redirect as opposed to simply returning the registration
> page? Does the redirect cause a bigger performance hit on the server?

Broken embedded http agents, the worst of which is RealPlayer, may not
understand redirects and may, under not-so-uncommon circumstances, enter a
tight loop requesting the same URL over and over, dozens of times per
second.

I don't remember what client it was, but there's something out there that
doesn't understand "https:" so it discards it and requests // and then
//// and then ////// and then //////// until it hits the 8K (?) limit and
Apache returns a 5xx error. Then it repeats.

Make your ErrorDoc a page that explains what's happening, and provide a
_hyperlink_ to the registration page.

-- 
Rich Graves <rcgraves@brandeis.edu>
UNet Systems Administrator

********************************************************************** To unsubscribe from this list, send an e-mail message to majordomo@southwestern.edu containing a single line with the words: unsubscribe netreg Send requests for assistance to: owner-netreg@southwestern.edu **********************************************************************


New Message Reply Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:34 CDT