Changes between Initial Version and Version 1 of Ticket #43738, comment 18
- Timestamp:
- 04/30/2018 04:54:19 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43738, comment 18
initial v1 1 1 > I'm not sure we can reliably handle this by making AJAX requests to each site from the dashboard due to CORS. 2 2 3 Good point . Couldn't that be overcome by having some server-side code that instructs AJAX requests to allow requests from the main site for this particular case?3 Good point to bring up, but couldn't that be overcome by sending CORS `Access-Control-Allow-Origin: *` headers on these AJAX requests? 4 4 5 5 > A side-effect of using switch_to_blog() to schedule cron events on many sites is that any plugins hooking into WP's cron system will not be available. This could cause unknown issues with how those events are (or aren't) run.