Search completed in 1.16 seconds.
11 results for "Report-To":
CSP: report-to - HTTP
WebHTTPHeadersContent-Security-Policyreport-to
the content-security-policy report-to http response header field instructs the user agent to store reporting endpoints for an origin.
... content-security-policy: ...; report-to groupname the directive has no effect in and of itself, but only gains meaning in combination with other directives.
... syntax content-security-policy: report-to <json-field-value>; examples see content-security-policy-report-only for more information and examples.
... report-to: { "group": "csp-endpoint", "max_age": 10886400, "endpoints": [ { "url": "https://example.com/csp-reports" } ] }, { "group": "hpkp-endpoint", "max_age": 10886400, "endpoints": [ { "url": "https://example.com/hpkp-reports" } ] } content-security-policy: ...; report-to csp-endpoint report-to: { "group": "endpoint-1", "max_age": 10886400, "endpoints": [ { "url": "https://example.com/reports" }, { "url": "https://backup.com/reports" } ] } content-security-policy: ...; report-to endpoint-1 ...
Content-Security-Policy - HTTP
WebHTTPHeadersContent-Security-Policy
though the report-to directive is intended to replace the deprecated report-uri directive, report-to is not supported in most browsers yet.
... so for compatibility with current browsers while also adding forward compatibility when browsers get report-to support, you can specify both report-uri and report-to: content-security-policy: ...; report-uri https://endpoint.example.com; report-to groupname in browsers that support report-to, the report-uri directive will be ignored.
... report-to fires a securitypolicyviolationevent.
...And 2 more matches
Reporting API - Web APIs
WebAPIReporting API
the report-to http header is used to specify details about the different endpoints that a user-agent has available to it for delivering reports to.
...this method is not as failsafe as the report-to method described above — any page crash could stop you retrieving the reports — but it is easier to set up, and more flexible.
CSP: report-uri - HTTP
WebHTTPHeadersContent-Security-Policyreport-uri
though the report-to directive is intended to replace the deprecated report-uri directive, report-to isn’t supported in most browsers yet.
... so for compatibility with current browsers while also adding forward compatibility when browsers get report-to support, you can specify both report-uri and report-to: content-security-policy: ...; report-uri https://endpoint.com; report-to groupname in browsers that support report-to, the report-uri directive will be ignored.
Network Error Logging - HTTP
WebHTTPNetwork Error Logging
reports are sent to a reporting group defined within a report-to header.
... the reporting group referenced above is defined in the usual manner within the report-to header, for example: report-to: { "group": "nel", "max_age": 31556952, "endpoints": [ { "url": "https://example.com/csp-reports" } ] } error reports in these examples, the entire reporting api payload is shown.
CrashReportBody - Web APIs
WebAPICrashReportBody
examples crash reports are generally only retrievable via endpoints set up using the report-to header.
Report - Web APIs
WebAPIReport
by sending requests to the endpoints defined via the report-to http header.
Index - HTTP
WebHTTPHeadersIndex
51 report-to csp, http, report-to the report-to http response header field instructs the user agent to store reporting endpoints for an origin.
HTTP headers - HTTP
WebHTTPHeaders
report-to used to specify a server endpoint for the browser to send warning and error reports to.
HTTP Index - HTTP
WebHTTPIndex
94 csp: report-to csp, content security policy, content-security-policy, http, reporting, security, report-to the content-security-policy report-to http response header field instructs the user agent to store reporting endpoints for an origin.
HTTP resources and specifications - HTTP
WebHTTPResources and specifications
l (htcpcp/1.0) april 1st joke spec rfc 7168 the hyper text coffee pot control protocol for tea efflux appliances (htcpcp-tea) april 1st joke spec html living standard html defines extensions of http for server-sent events living standard tracking preference expression dnt header editor's draft / candidate recommendation reporting api report-to header draft draft spec expect-ct extension for http ietf draft ...