• 15-03-2007, 00:19:28
    #1
    Kurumsal PLUS
    kendi sitelerimin hitini takip etmem için yaptığım bi sayaç sistemim var. bu sistemde referrer kaydedebilmek için;

    document.referrer

    java kodunu kullanıyorum.

    sorunsuz çalışıyor fakat bazen bazı referrerlar blockedreferrer olarak kaydediliyor. eskiden webservis üyeliği varken oradan takip ederken de aynı şeyi görüyordum.

    bu nedir?
  • 15-03-2007, 00:23:29
    #2
    Alıntı
    In Internet Explorer, I don't know if there is a Registry entry to set the
    referrer permanently (Google searches seem to indicate there is not), but
    lots and lots of "firewall/popup blocking/browser security" type software
    (Norton Internet Security, Window Washer (?), Proxomitron, etc) that can do
    it.

    In Netscape 4, you edit prefs.js and set
    user_pref("network.sendRefererHeader", false);

    In Opera 7.54, it's Tools > Preferences > Privacy, uncheck Enable referrer
    logging.

    Basically, it's easy enough in all browsers (and in fact some users
    probably block it without even realizing it) that it can not be relied on.
    google sagolsun
  • 15-03-2007, 00:26:22
    #3
    Kurumsal PLUS
    biraz arama özürlüyüm de, doğru düzgün bişi bulamamıştım konuyla ilgili

    teşekkür ederim