A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off


After upgrading a client's solution to Optimizely 12 we are trying to apply brotli / gzip compression to api calls on the site, search for instance.
In my startup.cs I've applied the following:
... in ConfigureServices:
...and in Configure:
But when checking the Response Headers for a search api call made, it show nothing about compression whatsoever for Response:
Is there something more I need to do in order for it to be applied?