stevejgordon / CorrelationId

An ASP.NET Core middleware component which synchronises a correlation ID for cross API request logging.
MIT License
558 stars 106 forks source link

Added logic to ignore the value from request's header if provided #27

Closed GianniBortoloBossini closed 4 years ago

jjmschofield commented 5 years ago

This looks like a great submission!

We'd really like to make use of this to prevent callers setting their own Correlation ID, anything that can be done to get this over the line @stevejgordon?