it is unfortunate that todays web communication protocols are opt-in rather than opt-out. "security first" approach in web standards means that applications are by default built in isolation without any communication between web servers.
web servers should not need to opt in to allow other web applications to utilize their resources to building more distributed web.
web server maintainer:
please allow all cors requests in your web server headers to enable building of distributed web, using follower access control header in all your resources:
Access-Control-Allow-Origin: *
thank you,
- anon