You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "HTTP Public Key Pinning, announces hash of website's authentic TLS certificate."
326
+
327
+
Retry-After:
328
+
message: "Retry-After: 120; Retry-After: Fri, 07 Nov 2014 23:59:59 GMT"
329
+
category: "Server Response"
330
+
description: "If an entity is temporarily unavailable, this instructs the client to try again later. Value could be a specified period of time (in seconds) or a HTTP-date."
331
+
332
+
Server:
333
+
message: "Server: Apache/2.4.1 (Unix)"
334
+
category: "Server Response"
335
+
description: "A name for the server.
336
+
\ Usually provides information about the OS and HTTP Server implementation used, mirroring User Agent"
description: "A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."
347
+
348
+
Trailer:
349
+
message: "Trailer: Max-Forwards"
350
+
category: "Server Response"
351
+
description: "The Trailer general field value indicates that the given set of header fields is present in the trailer of a message encoded with chunked transfer coding."
352
+
353
+
Transfer-Encoding:
354
+
message: "Transfer-Encoding: chunked"
355
+
category: "Server Response"
356
+
description: "The form of encoding used to safely transfer the entity to the user. Currently defined methods are:\
357
+
chunked, compress, deflate, gzip, identity.
358
+
Must not be used with HTTP/2."
359
+
360
+
Tk:
361
+
message: "Tk: ?"
362
+
category: "Server Response"
363
+
description: "Tracking Status header, value suggested to be sent in response to a DNT(do-not-track), possible values:
364
+
\"!\" — under construction
365
+
\"?\" — dynamic
366
+
\"G\" — gateway to multiple parties
367
+
\"N\" — not tracking
368
+
\"T\" — tracking
369
+
\"C\" — tracking with consent
370
+
\"P\" — tracking only if consented
371
+
\"D\" — disregarding DNT
372
+
\"U\" — updated."
373
+
374
+
Vary:
375
+
message: "Vary: * ; Vary: Accept-Language"
376
+
category: "Server Response"
377
+
description: "Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."
378
+
379
+
WWW-Authenticate:
380
+
message: "WWW-Authenticate: Basic"
381
+
category: "Server Response"
382
+
description: "Indicates the authentication scheme that should be used to access the requested entity."
383
+
384
+
X-Frame-Options:
385
+
message: "X-Frame-Options: deny"
386
+
category: "Server Response"
387
+
description: "Clickjacking protection: deny - no rendering within a frame, sameorigin - no rendering if origin mismatch, allow-from - allow from specified location, allowall - non-standard, allow from any location."
description: "Used in redirection, or when a new resource has been created. This refresh redirects after 5 seconds. Header extension introduced by Netscape and supported by most web browsers. NOT STANDARD."
393
+
394
+
Status:
395
+
message: "Status: 200 OK"
396
+
category: "Server Response"
397
+
description: "CGI header field specifying the status of the HTTP response. Normal HTTP responses use a separate \"Status-Line\" instead, defined by RFC 7230. NOT STANDARD."
398
+
399
+
X-XSS-Protection:
400
+
message: "X-XSS-Protection: 1; mode=block"
401
+
category: "Server Response"
402
+
description: "Cross-site scripting (XSS) filter. NOT STANDARD."
description: "Recommends the preferred rendering engine (often a backward-compatibility mode) to use to display the content. Also used to activate Chrome Frame in Internet Explorer. NOT STANDARD."
408
+
409
+
X-Powered-By:
410
+
message: "X-Powered-By: PHP/5.4.0"
411
+
category: "Server Response"
412
+
description: "Specifies the technology (e.g. ASP.NET, PHP, JBoss) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version). NOT STANDARD."
413
+
414
+
X-Content-Type-Options:
415
+
message: "X-Content-Type-Options: nosniff"
416
+
category: "Server Response"
417
+
description: "The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type. This also applies to Google Chrome, when downloading extensions. NOT STANDARD."
418
+
419
+
X-Requested-With:
420
+
message: "X-Requested-With: XMLHttpRequest"
421
+
category: "Client Request"
422
+
description: "Mainly used to identify Ajax requests. Most JavaScript frameworks send this field with value of XMLHttpRequest. NOT STANDARD."
423
+
424
+
DNT:
425
+
message: "DNT: 1 (Do Not Track Enabled) ; DNT: 0 (Do Not Track Disabled)"
426
+
category: "Client Request"
427
+
description: "Requests a web application to disable their tracking of a user.
428
+
This is Mozilla's version of the X-Do-Not-Track header field (since Firefox 4.0 Beta 11). \
429
+
Safari and IE9 also have support for this field.
430
+
On March 7, 2011, a draft proposal was submitted to IETF. The W3C Tracking Protection Working Group is producing a specification."
0 commit comments