Re: [spr28609] Allegroserve ***** CANCEL PREVIOUS MESSAGE *****

JP Massar <[email protected]> Thu, 19 Feb 2004 22:34:57 -0800
Newsgroups gmane.lisp.open-source.franz
Message-ID <[email protected]>
At 12:52 PM 2/19/2004, John Foderaro wrote:

>  The request-header-user-agent slot is a private slot  used by
>AllegroServe and is not part of the published aserve API.
>
>
>  Try calling
>
>         (header-slot-value req :user-agent)
>
>  and see what it returns.

Sorry about that.  I was retrieving :agent instead of :user-agent.

It returns something non-nil, but rather bizzare for IE.

IE:

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)

Mozilla:

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113


Anyone have the faintest idea why IE 6.0 running on Windows XP would
produce a value in this slot that starts with the string 'Mozilla' ?