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 enter image description here

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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -