|
 |
asp_web_howto thread: Re: identify where a domain has been forwarded from
Message #1 by <odempsey@b...> on Tue, 11 Jun 2002 12:46:11 +0100
|
|
excellent Ken, that's just the solution I needed
Many thanks
Oliver Dempsey
----- Original Message -----
From: "Ken Schaefer" <ken@a...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Tuesday, June 11, 2002 5:14 AM
Subject: [asp_web_howto] Re: identify where a domain has been forwarded from
> Not all user-agents will send a referer header - for example most
> search-engine bots do not.
>
> What you can do is set a parameter to be passed in the URL to indicate
where
> the user can from, eg redirect www.holidayrentalireland.com to
> www.laoistourism.ie/accommodation.asp?Ref=holidayrentalireland
>
> Then you can count how many Refs = holidayrentalireland
>
> Cheers
> Ken
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> From: "info@b..." <odempsey@b...>
> Subject: [asp_web_howto] identify where a domain has been forwarded from
>
>
> : Hi folks
> : Is it possible to identify where a domain has been forwarded from?
> : I have www.holidayrentalireland.com forwarding to
> : www.laoistourism.ie/accommodation.asp
> : and I want to be able to track where the visitors are coming from but
> : server.variables("http_referer") is not picking up
> : www.holidayrentalireland.com
> : Please see server variables below:-
>
>
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
>
>
Message #2 by "Ken Schaefer" <ken@a...> on Tue, 11 Jun 2002 14:14:13 +1000
|
|
Not all user-agents will send a referer header - for example most
search-engine bots do not.
What you can do is set a parameter to be passed in the URL to indicate where
the user can from, eg redirect www.holidayrentalireland.com to
www.laoistourism.ie/accommodation.asp?Ref=holidayrentalireland
Then you can count how many Refs = holidayrentalireland
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "info@b..." <odempsey@b...>
Subject: [asp_web_howto] identify where a domain has been forwarded from
: Hi folks
: Is it possible to identify where a domain has been forwarded from?
: I have www.holidayrentalireland.com forwarding to
: www.laoistourism.ie/accommodation.asp
: and I want to be able to track where the visitors are coming from but
: server.variables("http_referer") is not picking up
: www.holidayrentalireland.com
: Please see server variables below:-
Message #3 by "info@b... on Mon, 10 Jun 2002 12:01:23 +0100
|
|
Hi folks
Is it possible to identify where a domain has been forwarded from?
I have www.holidayrentalireland.com forwarding to
www.laoistourism.ie/accommodation.asp
and I want to be able to track where the visitors are coming from but
server.variables("http_referer") is not picking up
www.holidayrentalireland.com
Please see server variables below:-
can anyone suggest a solution?
Kind Regards
Oliver Dempsey
0502 26263
086 8219430
----- Original Message -----
From: "laoistourism\accommodation.asp" <siteinfo@b...>
To: "Oliver" <info@b...>
Sent: Monday, June 10, 2002 11:02 AM
Subject: Another visitor!
> Someone has clicked through to laoistourism\accommodation.asp
> referer
> url = /accommodation.asp
> local addr = 194.46.8.61
> AUTH_TYPE
> AUTH_PASSWORD
> AUTH_USER
> CONTENT_LENGTH = 0
> CONTENT_TYPE
> DOCUMENT_NAME
> DOCUMENT_URI
> DATE_GMT
> DATE_LOCAL
> GATEWAY_INTERFACE = CGI/1.1
> HTTP_ACCEPT = image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
> application/vnd.ms-powerpoint, application/vnd.ms-excel,
> application/msword, */*
> LAST_MODIFIED
> PATH_TRANSLATED = e:\virtwww\laoistourism\accommodation.asp
> QUERY_STRING
> QUERY_STRING_UNESCAPED
> REMOTE_ADDR = 159.134.253.192
> REMOTE_HOST = 159.134.253.192
> REMOTE_USER
> REQUEST_METHOD = GET
> SCRIPT_NAME = /accommodation.asp
> SERVER_NAME = www.laoistourism.ie
> SERVER_PORT = 80
> SERVER_PORT_SECURE = 0
> SERVER_PROTOCOL = HTTP/1.1
> SERVER_SOFTWARE = Microsoft-IIS/5.0
> URL = /accommodation.asp
> ALL_HTTP = HTTP_ACCEPT:image/gif, image/x-xbitmap, image/jpeg,
> image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel,
> application/msword, */*
> HTTP_ACCEPT_LANGUAGE:en-ie,fr;q=0.5
> HTTP_CONNECTION:Keep-Alive
> HTTP_HOST:www.laoistourism.ie
> HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 5.01; Windows 98)
> HTTP_COOKIE:ASPSESSIONIDGQGGQKFK=FLPDJFCCHNPBDPGECHNHFCMI
> HTTP_ACCEPT_ENCODING:gzip, deflate
>
>
>
|
|
 |