when we run our asp.net core (REST) server application in the development environment (Win11, Visual Studio 2022) with activated compression the data the server returns are compressed. When I run the same application in a docker container they aren’t.
What is the reason for that behavior and what can we do to reach the compression here too?