RSS CORS Enable
This plugin adds the necessary CORS (Cross-Origin Resource Sharing) header to your WordPress RSS feed, allowing it to be accessed from any origin.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 560 days ago
Is RSS CORS Enable abandoned?
Possibly abandoned (last update 560 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
RSS CORS Enable is a simple yet powerful plugin designed to solve the common problem of accessing WordPress RSS feeds from different origins. By default, accessing WordPress RSS feeds via JavaScript from a domain different than the one where WordPress is hosted can result in Cross-Origin Resource Sharing (CORS) errors. This plugin addresses this issue by adding an Access-Control-Allow-Origin: * header to your WordPress RSS feed, making it accessible from any origin.
Installation
- Upload the
rss-cors-enabledirectory to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- That’s it! The plugin works out of the box, no configuration is needed.
Frequently Asked Questions
Yes, although the default behaviour is to allow all origins (Access-Control-Allow-Origin: *), you can modify the plugin code to specify specific domains. Replace the * in the header("Access-Control-Allow-Origin: *"); line with the domain you wish to allow. When you do this, it might be wiped away when upgrading the plugin.
No, it shouldn’t, as far as we’ve tested. This plugin is specifically designed to modify only the WordPress RSS feed responses. Other parts of your WordPress site or API will not be affected.
Review feed
Screenshots
Changelog
1.0
- Initial release. Adds CORS header to WordPress RSS feeds.