WebViewer version
8.10.0
The current behavior
We get this console warning: webviewer-core.min.js:215 There may be some degradation of performance. Your server has not been configured to serve .gz. and .br. files with the expected Content-Encoding. See http://www.pdftron.com/kb_content_encoding for instructions on how to resolve this.
However, from what I can tell, the Content-Encoding header is being set to br

Also, if I set a Chrome debugger to the line that throws that warning and look at the response, it includes the expected header:


The expected behavior
No warning
Steps to reproduce
Not sure best way for you to reproduce this.
WebViewer version
8.10.0
The current behavior
We get this console warning:
webviewer-core.min.js:215 There may be some degradation of performance. Your server has not been configured to serve .gz. and .br. files with the expected Content-Encoding. See http://www.pdftron.com/kb_content_encoding for instructions on how to resolve this.However, from what I can tell, the
Content-Encodingheader is being set tobrAlso, if I set a Chrome debugger to the line that throws that warning and look at the response, it includes the expected header:
The expected behavior
No warning
Steps to reproduce
Not sure best way for you to reproduce this.