Hi Jon,

> of doc/"). Is it possible for my "default" script to access any info
> about the HTTP request from my web server (web.l)?

There are some globals which are set by the server, like

   *Url           The requested URL
   *Adr           The client's address
   *Post          Boolean GET/POST
   *SesId         Session ID
   *ContLen       Content length
   *Http1         0 or 1
   *Host          Host machine
   *Gate          https or not
   *Referer       Referrer
   *Cookies       Assoc-List of cookies
   *Agent         User agent

♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to