Revision 1136415 of Tk

  • Revision slug: Web/HTTP/Headers/Tk
  • Revision title: Tk
  • Revision id: 1136415
  • Created:
  • Creator: fscholz
  • Is current revision? No
  • Comment new page, first draft

Revision Content

{{HTTPSidebar}}

The Tk response header indicates the tracking status that applied to the corresponding request.

Header type {{Glossary("Response header")}}
{{Glossary("Forbidden header name")}} no

Syntax

Tk: !  (under construction)
Tk: ?  (dynamic)
Tk: G  (gateway or multiple parties)
Tk: N  (not tracking)
Tk: T  (tracking)
Tk: C  (tracking with consent)
Tk: P  (tracking only if consented)
Tk: D  (disregarding DNT)
Tk: U  (updated)

Directives

!
Under construction.
?
Dynamic.
G
Gateway or multiple parties.
N
Not tracking.
T
Tracking.
C
Tracking with consent.
P
Tracking only if consented.
D
Disregarding DNT.
U
Updated.

Examples

A Tk header for a resource that claims not to be tracking would look like:

Tk: N

Specifications

Specification Status Comment
{{SpecName('Tracking','Tk-header-defn', 'Tk header field')}} {{Spec2("Tracking")}} Initial definition.

See also

  • {{HTTPHeader("DNT")}} header
  • {{domxref("Navigator.doNotTrack")}}

Revision Source

<div>{{HTTPSidebar}}</div>

<p>The <strong><code>Tk</code></strong> response header indicates the tracking status that applied to the corresponding request.</p>

<table class="properties">
 <tbody>
  <tr>
   <th scope="row">Header type</th>
   <td>{{Glossary("Response header")}}</td>
  </tr>
  <tr>
   <th scope="row">{{Glossary("Forbidden header name")}}</th>
   <td>no</td>
  </tr>
 </tbody>
</table>

<h2 id="Syntax">Syntax</h2>

<pre class="syntaxbox">
Tk: !  (under construction)
Tk: ?  (dynamic)
Tk: G  (gateway or multiple parties)
Tk: N  (not tracking)
Tk: T  (tracking)
Tk: C  (tracking with consent)
Tk: P  (tracking only if consented)
Tk: D  (disregarding DNT)
Tk: U  (updated)
</pre>

<h2 id="Directives">Directives</h2>

<dl>
 <dt>!</dt>
 <dd>Under construction.</dd>
 <dt>?</dt>
 <dd>Dynamic.</dd>
 <dt>G</dt>
 <dd>Gateway or multiple parties.</dd>
 <dt>N</dt>
 <dd>Not tracking.</dd>
 <dt>T</dt>
 <dd>Tracking.</dd>
 <dt>C</dt>
 <dd>Tracking with consent.</dd>
 <dt>P</dt>
 <dd>Tracking only if consented.</dd>
 <dt>D</dt>
 <dd>Disregarding DNT.</dd>
 <dt>U</dt>
 <dd>Updated.</dd>
</dl>

<h2 id="Examples">Examples</h2>

<p>A <code>Tk</code> header for a resource that claims not to be tracking would look like:</p>

<pre>
Tk: N</pre>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Status</th>
   <th scope="col">Comment</th>
  </tr>
  <tr>
   <td>{{SpecName('Tracking','Tk-header-defn', 'Tk header field')}}</td>
   <td>{{Spec2("Tracking")}}</td>
   <td>Initial definition.</td>
  </tr>
 </tbody>
</table>

<h2>See also</h2>

<ul>
 <li>{{HTTPHeader("DNT")}} header</li>
 <li>{{domxref("Navigator.doNotTrack")}}</li>
</ul>
Revert to this revision