Re: [spr28609] Allegroserve doesn't seems to provide USER AGENT information
John Foderaro <[email protected]> Thu, 19 Feb 2004 12:52:21 -0800
| Newsgroups | gmane.lisp.open-source.franz |
|---|---|
| Message-ID | <[email protected]> |
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.
http://opensource.franz.com/aserve/aserve-dist/doc/aserve.html#f-header-slot-value