If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > http referrer is always empty

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-06-04, 11:59
oliflorence oliflorence is offline
Registered User
 
Join Date: Aug 2004
Posts: 96
http referrer is always empty

Hi,
i am using a simple script to see where the user is coming from
Code:
 <%=Request.ServerVariables("HTTP_REFERER") %>
But it seems to be always empty (I am not refreshing the page), can't figure out why,
Thanking you for any help
olivier
Reply With Quote
  #2 (permalink)  
Old 09-06-04, 14:20
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
So you have one page with a link on it, and a second page with your above code, and it's still blank?
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #3 (permalink)  
Old 09-08-04, 09:45
oliflorence oliflorence is offline
Registered User
 
Join Date: Aug 2004
Posts: 96
Hello,
that's exactly it, can't figure it out
Reply With Quote
  #4 (permalink)  
Old 09-08-04, 14:50
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
Sounds like your browser isn't sending the headers... do you have any security settings that would prevent it? Can you try from another computer?
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #5 (permalink)  
Old 09-11-04, 07:00
oliflorence oliflorence is offline
Registered User
 
Join Date: Aug 2004
Posts: 96
Hi,
just tested on another pc and i have the exact same problem
Reply With Quote
  #6 (permalink)  
Old 09-11-04, 10:24
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
These days, many people use software that will block the http_referer from being sent. I regularly track visitors to my sites, and about 1/2 of them have blank referers.
__________________
Tim
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On