WP-CORS

Allows AJAX requests from other sites to integrate content from your site using the CORS standard.

Author:Tim Stephenson (profile at wordpress.org)
WordPress version required:3.6
WordPress version tested:6.2.2
Plugin version:0.2.2
Added to WordPress repository:05-10-2014
Last updated:28-07-2023
Rating, %:46
Rated by:3
Plugin URI:http://knowprocess.com/wp-plugins/wp-cors
Total downloads:32 050
Active installs:1 000+
plugin download
Click to start download

My use case is to allow content authors to write help pages in WordPress.
This content is fetched and embedded into a single page application hosted on another domain.

AJAX requests to this site from another are typically disallowed by the browser’s security model.
To permit legitimate uses the requesting browser may include an Origin header containing its domain.
This plugin uses the Origin header to decide whether to allow the request or not.
Allowed domains can be specified in the plugin’s Settings page.


Screenshots
FAQ
ChangeLog