Unfortunately, I am relatively new to mendix, so please excuse me if I have not understood something basic. I have created a widget in React, where large PDF-Files are shown. Until now, the client always has to download the whole pdf file to see it. To optimise this process I have implemented range-requests in the client and now wonder if the mendix server supports this at all. If so, how can I modify or configure this? If not, how could it be implemented? Or does mendix offer other methods for streaming large files quickly?