MiniProfiler / dotnet

A simple but effective mini-profiler for ASP.NET (and Core) websites
https://miniprofiler.com/dotnet/
MIT License
2.93k stars 603 forks source link

Allow additional headers #669

Open Breederveld opened 7 months ago

Breederveld commented 7 months ago

Allow the client code to provide additional headers for custom implementations. Specifically the goal for us is to be able to include authentication using a bearer token, but this solution should cover other custom cases as well.