Early Hints for .aspx file extensions

I'm in the process of setuping Cloudflare to protect and serve an old ASP.Net WebForm website, still using the default .aspx file extension. I was happy to learn that 103 Early Hints would allow me to boost the perf of the site... until I saw on https://developers.cloudflare.com/cache/advanced-configuration/early-hints/ that it would work only for URIs with .html, .htm, or .php file extensions, or no file extension. Is there any workaround to make that feature work with files with .aspx extensions? Thanks a lot.
Cloudflare Docs
Early Hints · Cloudflare Cache (CDN) docs
Early Hints takes advantage of “server think time” to asynchronously send instructions to the browser to begin loading resources while the origin server is compiling the full response. By sending these hints to a browser before the full response is prepared, the browser can figure out how to load the webpage faster for the end user.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?