serilog-sinks-browserhttp icon indicating copy to clipboard operation
serilog-sinks-browserhttp copied to clipboard

Serilog sink for client-side Blazor, with matching ASP.NET Core server relay

Results 11 serilog-sinks-browserhttp issues
Sort by recently updated
recently updated
newest added

By default, the `/ingest` endpoint will accept any payload it receives. We could implement a request validation callback to filter out unauthenticated or otherwise unacceptable requests, e.g.: ```csharp app.UseSerilogIngestion(options =>...

enhancement