Skip to content

Proposal: Control delivery of network error types on client side #133

Open
@rfmoz

Description

@rfmoz

NEL have a custom set of network error types, but any way to filter them.

For example, it would be nice to receive http.* ones in some url and others in a different one.

Let mty clarify with an example:

nel: {"report_to":"default","max_age":3600,"filter":"*.*"}
nel: {"report_to":"dns","max_age":3600,"filter":"dns.*"}
nel: {"report_to":"web","max_age":3600,"filter":"http.*"}
report-to: {"group":"default","max_age":3600,"endpoints": [{"url":"https://example.com/default"}]}
report-to: {"group":"dns","max_age":3600,"endpoints": [{"url":"https://example.com/dns"}]}
report-to: {"group":"web","max_age":3600,"endpoints": [{"url":"https://example.com/web"}]}

Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions