https://bz.apache.org/bugzilla/show_bug.cgi?id=51223
--- Comment #4 from Jörn Berkefeld <[email protected]> --- just ran into this issue. we were upgrading our APIs to have them send less data when we noticed that our off-site installs stopped working. I can fully confirm Michiel de Jong's findings. While this might present problems with static files and CDNs/proxys as stated on GitHub, it's simply very much helpful if triggered by server-side scripts to tell the browser to carry on using whatever response it received earlier. in case that wasn't clear enough: we intentionally send both, the access-control-allow-origin:* header as well as the 304 status code, cutting the transferred data in half. as of now, we need to check for CORS requests and fall back to code 200. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
