Yes of course it is "referer", my mistake.... thanx The _referer_ should be my own server, since it is from where the POST originate, but in this particular case, from this IP-adress, the referer disapears sometimes...
/Anders Tatsuhiko Miyagawa skrev: > On Tue, 12 Feb 2002 20:03:22 +0100 > Anders Knuts <[EMAIL PROTECTED]> wrote: > > > xxx.xxx.25.50 - - [10/Feb/2002:21:15:33 +0100] "POST > > /cgi-bin/mboard/message.pl HTTP/1.1" > > 200 88 "-" "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)" > > > > xxx.xxx.25.50 - - [10/Feb/2002:21:15:36 +0100] "POST > > /cgi-bin/mboard/message.pl HTTP/1.1" > > 200 1683 "http://www.servern.nu/main.html" "Mozilla/4.0 (compatible; > > MSIE 5.5; Windows NT 5.0)" > > > > The first POST is erronuos as there is no content ("-") and the script > > won't accept it as vaild. > > If this log's LogFormat is "combined", the field you point means HTTP > Referer, not the content of the POST request. > > > The scond POST is okay as it has content > > ("http://www.servern.nu/main.html"). > > -- > Tatsuhiko Miyagawa <[EMAIL PROTECTED]>