Post Reply 
"Do Not Track"
Apr. 15, 2011, 04:16 PM
Post: #2
RE: "Do Not Track"
The implementation boils down to one new HTTP header sent to the server.
Code:
DNT: 1
If the header exists, the value can only be 1 or 0. If a third-party server supports it, then that server "SHOULD" echo that same header in its HTTP response.

http://www.ietf.org/id/draft-mayer-do-not-track-00.txt

(Apr. 15, 2011 07:58 AM)bugger Wrote:  So would that affect our use of prox?
As long as your Proxo doesn't mess with the new DNT: header then no change should be needed to support Do-Not-Track. Or of course you could forge / manipulate that header with Proxo to overwrite a choice made in the browser, or to supply your own preference when there wasn't a choice made and the header isn't provided.

As a side note, it will be possible for scripts to query the setting of a Do-Not-Track choice using something like: window.navigator.NavigatorDoNotTrack
http://www.w3.org/Submission/2011/SUBM-w...-not-track
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
"Do Not Track" - bugger - Apr. 15, 2011, 07:58 AM
RE: "Do Not Track" - Graycode - Apr. 15, 2011 04:16 PM
RE: "Do Not Track" - ProxRocks - Apr. 14, 2012, 07:38 PM

Forum Jump: