Gossamer Forum
Home : Products : Others : Gossamer Community :

Environment

Quote Reply
Environment
I just found the following lines in the environment of one of my users:
Code:
HTTP________ => ----:-----------------------------------------------------------------
HTTP________________ => ----- -------
Any idea what this means?

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] Environment In reply to
I also saw such header lines in environment variable of some users.
I suppose such user agent has a hacked header, and wants to hide identity.
Just an idea.

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...
Quote Reply
Re: [yogi] Environment In reply to
Now that's odd. Possibly a foreign language browser passing in two-byte/encoded http headers that Apache is turning to underscores?

What is the user agent?

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Environment In reply to
Hi Alex

the User Agent seems to be normal. Here are a rew headers:
Code:
HTTP_ACCEPT => image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/msword, */*
HTTP_ACCEPT_LANGUAGE => en-us
HTTP_CACHE_CONTROL => no-cache
HTTP_CONNECTION => close
HTTP_HOST => localhost:8001
HTTP_USER_AGENT => Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
HTTP_X_FORWARDED_FOR => 24.13.253.154
HTTP_X_FORWARDED_HOST => www.iyengar-yoga.com
HTTP_X_FORWARDED_SERVER => iyengar-yoga.com
HTTP________ => ----:-----------------------------------------------------------------
HTTP________________ => ----- -------

Ivan
-----
Iyengar Yoga Resources / GT Plugins