[TriLUG] I can't believe reputable companies still do this

Jeremy Portzer jeremyp at pobox.com
Fri Apr 25 15:57:06 EDT 2003


On Fri, 2003-04-25 at 15:29, Mike wrote:
> That's a neat trick.  Now I can do bash processing on web sites.
> 
> I can read HTML up to a point, but there are things in there that confuse me.  
> Like that long, random string.  What is that?  And where do they detect my 
> browser type?
> 

The browser type is being determined on the server side, either in the
ASP code or some other part of the web server.  (On Apache you could do
it with BrowserMatch directive, for example.)  If you don't match one of
the allowed browsers, it generates an HTTP redirect that sends you do
the InvalidBrowser.htm page.

--Jeremy

-- 
/=====================================================================\
| Jeremy Portzer       jeremyp at pobox.com       trilug.org/~jeremy     |
| GPG Fingerprint: 712D 77C7 AB2D 2130 989F  E135 6F9F F7BC CC1A 7B92 |
\=====================================================================/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://www.trilug.org/pipermail/trilug/attachments/20030425/472c5a9d/attachment.pgp>


More information about the TriLUG mailing list