473,597 Members | 2,375 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Collecting User Information

What methods do we have of collecting information about browsing
history? We would like to see the last few links that a client
followed, prior to entering our site.

I thought $_SERVER[] object might have something like this, but I
haven't found any details, yet.

Thanks for your ideas.

Phil

May 31 '07 #1
5 1985
On May 31, 4:40 pm, Phil <supp...@campbe ll-graves.orgwrote :
What methods do we have of collecting information about browsing
history? We would like to see the last few links that a client
followed, prior to entering our site.

I thought $_SERVER[] object might have something like this, but I
haven't found any details, yet.

Thanks for your ideas.

Phil
that would be an invasion of privacy, unless you own the previous site
they were on. You could possibly get access to some history using
underhand js techniques, or through paying a 3rd party advertiser
(clickthrough) but none of it is reliable and its not fairplay.
When you consider what you would like you must spare a thought for
what's best for the world as well.

May 31 '07 #2
On 31 May 2007 09:31:10 -0700, shimmyshack <ma********@gma il.com>
wrote:
>On May 31, 4:40 pm, Phil <supp...@campbe ll-graves.orgwrote :
>What methods do we have of collecting information about browsing
history? We would like to see the last few links that a client
followed, prior to entering our site.

I thought $_SERVER[] object might have something like this, but I
haven't found any details, yet.

Thanks for your ideas.

Phil

that would be an invasion of privacy, unless you own the previous site
they were on. You could possibly get access to some history using
underhand js techniques, or through paying a 3rd party advertiser
(clickthroug h) but none of it is reliable and its not fairplay.
When you consider what you would like you must spare a thought for
what's best for the world as well.
Any website that says it's not a 'get rich quick scheme', probably is.

"receive your customized financial analysis, a $400 value, FREE with
your order. "

"ISBN: number pending"

Sorry, sunshine, but your website has scamster written all over it.
And you want to invade privacy? Yeah, right.
--
Regards, Paul Herber, Sandrila Ltd. http://www.sandrila.co.uk/
May 31 '07 #3
You're right. Thanks, for pointing out that referring pages are
privacy issues. Many of us would include some uses of cookies in that
threat. It's a big issue that deserves discussion.

Http-header contains history. Some header information seems privacy
related (computer, OS, IP/domain, and at least the last item in the
browsing history). One posting suggested that the header goes back a
few urls.

Does everyone agree that websites should not capture http-header
information?

Phil

May 31 '07 #4
On May 31, 3:14 pm, Phil <supp...@campbe ll-graves.orgwrote :
You're right. Thanks, for pointing out that referring pages are
privacy issues. Many of us would include some uses of cookies in that
threat. It's a big issue that deserves discussion.

Http-header contains history. Some header information seems privacy
related (computer, OS, IP/domain, and at least the last item in the
browsing history). One posting suggested that the header goes back a
few urls.

Does everyone agree that websites should not capture http-header
information?
Yes!
>
Phil

Jun 1 '07 #5
On May 31, 9:14 pm, Phil <supp...@campbe ll-graves.orgwrote :
You're right. Thanks, for pointing out that referring pages are
privacy issues. Many of us would include some uses of cookies in that
threat. It's a big issue that deserves discussion.

Http-header contains history. Some header information seems privacy
related (computer, OS, IP/domain, and at least the last item in the
browsing history). One posting suggested that the header goes back a
few urls.

Does everyone agree that websites should not capture http-header
information?

Phil
well it depends, http headers are of course essential, I guess we are
talking about referer which is essentially useless (can be spoofed and
isnt required) and other "custom" headers which can form part of an
application.
Referers should probably be blocked by privacy conscious users at the
browser level. They only reveal history if the web application that
the user is running (visiting) tells them to. The essential problem is
ignorance in users, they do not (and shouldnt be expected to) discern
between bad and good elements in a page. For a long time we have
followed the "if it works great" approach of companies like M$ with IE
almost designed with this ethos in mind, sooner rather than later,
there will be some high profile court case against companies which
collect data without proper consent, no doubt following yet another
uncontrolled relesase, which will result in some change or the other
to the way browsers transmit and applications can collect information,
and the implicit consent which is assumed by visiting a website.
Havent we all got to this situation via "corporatio ns" whose control
of the legal system skews rights in their direction - "companies have
to proove adherence to software licenses etc..."
Theres no short answer except the power of combined individuals. If
you dont want your history tracked, write a good article explaining
the risks and showing up a few companies that do it, and have a link
to a firefox addon, if the article is digg'd you've gone some way to
helping the situation.
I run noscript, and explicitly and temporarily allow domains if the
page doesnt work, this stops all kinds of threats including persistent
xss, and of course 3rd party privacy thieves. Combine this with
RefControl and you're done.

Jun 1 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1642
by: Tim | last post by:
I have an interesting challenge in front of me and I am not sure where to begin. I need to accomplish the following: While a user is visiting our website, I need to launch a process to capture data from a provider's web page, collect some data related to the information our visitor is entering and return related information to the visitor of our site on a web page.
0
1576
by: crack4u | last post by:
How can i collect table information wich i can reuse in a new sql ie select all colomnheaders from table1 (and use this info in a dropdownlist) select columnheader1 from table1. Is there a object i can use to collect al these kind of information THNX newbie gregor
0
1236
by: Scot | last post by:
With multiple access applications running how do you reference a particular field on a particular form in a particular application from a Word Document. The code below retrieves the information I want when only one access application is running but I need to collect the information from database : Schedule.mdb form : frmDataentry field : txtAppid when multiple applications are running.
1
2575
by: Mike Kingscott | last post by:
Hi all, I have an app that allows users to upload files to my site, and then download them at a later date. Once the files have been safely uploaded, I wish to give them a download code to retrieve them at a later date, but only after they've paid for them via PayPal or similar. I am unable to use the standard BuyNow PayPal button as the Form PostBack method only allows one form per page, and although there is a
2
1042
by: David | last post by:
Sorry about the previous question. The thing I am really trying to do is collecting HTML id's on a given form. As you may know, ASP.NET control ids do not necessarily match html control names when the HTML page is output. For example, if a textbox is contained in a user control, the user control's ID is appended. For example, the user control is named "MyUserControl" and the textbox's ID "txtTextBox". The name in the html output is...
5
1496
by: antonyliu2002 | last post by:
I have 4 forms each on a separate page respectively form1.aspx, form2.aspx, form3.aspx, form4.aspx. On top of each of the four pages there are 4 links which link to the aforementioned 4 pages like this: Form1 Form2 Form3 Form4 Important: Only form4.aspx has a submit button, none of the other 3 forms has any kind of submit or 'next step' button.
1
1071
by: Ddraig | last post by:
Howdy, I've got a little project going and I am trying to figure out a good way to do this. But since I'm still learning I'm probably missing a few obvious steps. Also not sure if I have my logic right or not. What I am trying to figure out is the process by which I pull the information. I'm trying to populate a list box with items where certain criteria are met.
17
5057
by: romixnews | last post by:
Hi, I'm facing the problem of analyzing a memory allocation dynamic and object creation dynamics of a very big C++ application with a goal of optimizing its performance and eventually also identifying memory leaks. The application in question is the Mozilla Web Browser. I also have had similar tasks before in the compiler construction area. And it is easy to come up with many more examples, where such kind of statistics can be very...
11
1099
Ajm113
by: Ajm113 | last post by:
Ok, I am trying to get it so I can collect all the data from diffrent rows and so far it seems that it will only collect the last mysql_query command in my $query function. So how do I have it so it will collect all of the info that is close to what the user enterd in eath row? Here is the script: $query = mysql_query("SELECT * FROM sites WHERE url LIKE '%$search%'", $dbh); $query = mysql_query("SELECT * FROM sites WHERE title LIKE...
0
7959
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8263
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8379
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8021
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8254
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6677
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5842
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
3917
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1226
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.