javascript - How to verify Do Not Track (DNT) in HTTP request headers? -
i setting dnt value in http request header doing this:
request.setrequestheader("dnt","1");
and can see in dev tools network tab
but there other way verify on ui or console logs demonstrate how , specific sources (like scripts) of websites not allowed track user.
"dnt" advisory. browser nothing besides sending it; it's servers process it.
Comments
Post a Comment