0

I am working with dotnet 6 web api . I am trying to implement the Http Message handlers both from server side and client side . I wanted a way to share the data between the two Message Handlers using some Local storage .

I know that adding data to header will also do the trick . But i have multiple Http Clients , so i need to figure out a way to share data among them also , without touching the controller code . I am reading about cache mechanism but didnt find any such example.

Any help or direction will be appreciated.

0 Answers0