-
Fields Field Description tech.becoming.common.constants.HttpHeader.COOKIE_2 Cookies Contains an HTTP cookie previously sent by the server with the Set-Cookie2 header, but has been obsoleted. Use Cookie insteadtech.becoming.common.constants.HttpHeader.PUBLIC_KEY_PINS Security
HTTP Public Key Pinning (HPKP)
Associates a specific cryptographic public key with a certain web server to decrease the risk of MITM attacks with forged certificates.Public-Key-Pins: pin-sha256="<pin-value>"; max-age=<expire-time>; includeSubDomains; report-uri="<uri>" Examples Public-Key-Pins: pin-sha256="cUPcTAZWKaASuYWhhneDttWpY3oBAkE3h2+soZS7sWs="; pin-sha256="M8HztCzM3elUxkcjR2S5P4hhyBNf6lHkmjAHKhpGPWE="; max-age=5184000; includeSubDomains; report-uri="https://www.example.org/hpkp-report"tech.becoming.common.constants.HttpHeader.PUBLIC_KEY_PINS_REPORT_ONLY Security
HTTP Public Key Pinning (HPKP)
Response header
Sends reports to the report-uri specified in the header and does still allow clients to connect to the server even if the pinning is violated.Public-Key-Pins-Report-Only: pin-sha256="<pin-value>"; max-age=<expire-time>; includeSubDomains; report-uri="<uri>" Public-Key-Pins-Report-Only: pin-sha256="cUPcTAZWKaASuYWhhneDttWpY3oBAkE3h2+soZS7sWs="; pin-sha256="M8HztCzM3elUxkcjR2S5P4hhyBNf6lHkmjAHKhpGPWE="; includeSubDomains; report-uri="https://www.example.org/hpkp-report"tech.becoming.common.constants.HttpHeader.SET_COOKIE_2 Cookies Contains an HTTP cookie previously sent by the server with the Set-Cookie2 header, but has been obsoleted. Use Cookie insteadtech.becoming.common.constants.HttpHeader.X_FIREFOX_SPDY Othertech.becoming.common.constants.HttpStatusCode.UNUSED_306 tech.becoming.common.constants.HttpStatusCode.USE_PROXY_305 tech.becoming.common.constants.HttpStatusName.UNUSED tech.becoming.common.constants.HttpStatusName.USE_PROXY