WP-CORS

WP-CORS Install Statistics

11
200%
Today: 22 Yesterday: 11 All-time: 32,196 downloads
WP-CORS Icon

Try plugin: WP-CORS

We'll create fresh WordPress site with WP-CORS installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WP-CORS

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

1


0


0


0


2

updated: 1 year ago
since: 9 years ago
author: Tim Stephenson

Description

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.