How to propagate HTTP Headers (and Correlation IDs) using HttpClients in C#
Picture this: you have a system made up of different applications that communicate via HTTP. There's some sort of entry point, exposed to the clients, that orchestrates the calls to the other applications. How do you correlate those requests?
A good ...
code4it.hashnode.dev9 min read