Grace icon indicating copy to clipboard operation
Grace copied to clipboard

Child Containers and ASP.Net Core WebAPI

Open AlthalusDGr8 opened this issue 2 years ago • 1 comments

Hello. Is there any documentation to be found in regards to configuring child containers and how this can be used using WebAPI? In my case, I would like the resolve the scope based on a custom HTTP header.

Thanks in advance

AlthalusDGr8 avatar Mar 27 '22 00:03 AlthalusDGr8

I don't have any good examples but it's because I don't recommend child containers as they are very heavy in a per-request fashion.

Can you describe the use case a in a bit more detail and I might be able to craft something that meets your needs.

ipjohnson avatar Mar 28 '22 10:03 ipjohnson