Is there anyone who has used HttpClient to send request to web api from .net core or any application , and really needed to create a message handler in the HttpClient pipeline (not in web api pipeline, for web api there are many use case) except Logging.
I would really like to know the real world scenarios.