komuw / ong

ong, is a Go http toolkit.
MIT License
16 stars 4 forks source link

add support for Network Error Logging(NEL)? #393

Open komuw opened 8 months ago

komuw commented 8 months ago

NEL is a browser-based technology used to quickly identify problems with site visitors connecting to your server. Browsers/clients can send details of any errors encountered by users to a predetermined URL.

komuw commented 8 months ago

Maybe this does not belong to ong and instead belongs to end user applications.

komuw commented 5 months ago

Is there some security/auth protection? What prevents random people from calling your NEL url and posting bogus errors?