Where does <the client> come from...?
I would like to learn if it is possible to tell where the client comes from...? And if so: how...? I know the HTTP_USER_AGENT global variable but is there something like that which tells you the URL the client is comming from...? I also know about javascript:history.go(-1), but can somebody tell me how I read the URL from the back-page something like: javascript:history.href(-1)...? ( = Stoons = ) - Webmaster @ 3D festival (http://www.3dfestival.com)
3dfestival - WebMaster wrote:
I know the HTTP_USER_AGENT global variable but is there something like that which tells you the URL the client is comming from...? I also know about javascript:history.go(-1), but can somebody tell me how I read the URL from the back-page something like: javascript:history.href(-1)...?
REQUEST.HTTP_REFERER cheers, Chris
Hi 3dfesti-anything,... if you are lucky, you have that information in HTTP_REFERER (see <dtml-var REQUEST> in a single Page) But dont expect too useful data here. The Useragent does not need to provide reliable information here. In fact it could lie about it or ommit that information. Regards Tino Wildenhain --On Mittwoch, 9. Mai 2001 12:34 +0200 3dfestival - WebMaster <thomas@3dfestival.com> wrote:
I would like to learn if it is possible to tell where the client comes from...? And if so: how...?
I know the HTTP_USER_AGENT global variable but is there something like that which tells you the URL the client is comming from...? I also know about javascript:history.go(-1), but can somebody tell me how I read the URL from the back-page something like: javascript:history.href(-1)...?
( = Stoons = ) - Webmaster @ 3D festival (http://www.3dfestival.com)
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
3dfestival - WebMaster -
Chris Withers -
Tino Wildenhain