asp.net core compression different behavior between win11 and docker container
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.