Title: WP-CORS
Author: tstephenson
Published: <strong>2014-10-05</strong>
Last modified: 2023-07-28

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

![](https://s.w.org/plugins/geopattern-icon/wp-cors.svg)

# WP-CORS

 Autor: [tstephenson](https://profiles.wordpress.org/tstephenson/)

[Pobierz](https://downloads.wordpress.org/plugin/wp-cors.0.2.2.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/wp-cors/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/wp-cors/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/wp-cors/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/wp-cors/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/wp-cors/)

## Opis

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.

## Zrzuty ekranu

[⌊The plugin's Settings page.⌉⌊The plugin's Settings page.⌉[

The plugin’s Settings page.

## Instalacja

This section describes how to install the plugin and get it working.

 1. Upload the uncompressed contents of `wp-cors.zip` to the `/wp-content/plugins/`
    directory
 2. Activate the plugin through the 'Plugins’ menu in WordPress

## Najczęściej zadawane pytania

### Why do I need this plugin?

If you want to integrate content from your site to JavaScript applications running
on other host domains (or allow other people to) then the CORS standard is a way
to allow this.

### What is the difference between CORS and JSONP?

CORS is more modern and more secure since it works _with_ the browser’s same-origin
policy and XmlHttpRequest objects rather than bypassing them.

### Ok I’m sold, where can I read more about CORS?

You can find the CORS spec here: http://www.w3.org/TR/cors/ You can learn more about
how to use CORS here: http://www.html5rocks.com/en/tutorials/cors/

### How do I control which sites can integrate using CORS?

This plugin’s Settings page allows administrators to specify a comma separated list
of allowed domains.

## Recenzje

![](https://secure.gravatar.com/avatar/50c101f4d9be877802d44713e653b7ee3306990c73a8daa836608bfa2bf2dcba?
s=60&d=retro&r=g)

### 󠀁[Doesn’t work](https://wordpress.org/support/topic/doesnt-work-2425/)󠁿

 [angeljs](https://profiles.wordpress.org/angeljs/) 2020-05-28

Doesn’t work at all

![](https://secure.gravatar.com/avatar/fc79b304fae938687630ff147878c33fc258d96d9d2a6da6e0dc2bcad7e002ea?
s=60&d=retro&r=g)

### 󠀁[wp cores… allow access to this site using the CORS standard for authorizing cr](https://wordpress.org/support/topic/wp-cores-allow-access-to-this-site-using-the-cors-standard-for-authorizing-cr/)󠁿

 [nileshtaylor](https://profiles.wordpress.org/nileshtaylor/) 2018-07-30

its not working for me.. my website yet giving error cores origin error.

 [ Przeczytaj 3 recenzje ](https://wordpress.org/support/plugin/wp-cors/reviews/)

## Kontrybutorzy i deweloperzy

„WP-CORS” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój 
wtyczki.

Zaangażowani

 *   [ tstephenson ](https://profiles.wordpress.org/tstephenson/)

[Przetłumacz wtyczkę “WP-CORS” na swój język.](https://translate.wordpress.org/projects/wp-plugins/wp-cors)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/wp-cors/), sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/wp-cors/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/wp-cors/) przez
[RSS](https://plugins.trac.wordpress.org/log/wp-cors/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 0.2.2

Tested up to WordPress 6.2.2
 Prevent cross-site script injection on Settings page(
CVE-2022-47606). Note this vulnerability may only be exploited if the user is already
logged in with Admin privilege.

#### 0.2.1

Tested up to WordPress 4.3
 Minor fixes to avoid 404 on (unnecessary) files.

#### 0.2.0

Publish on WordPress.org.

#### 0.1.1

Stop debugging statements flooding the error log.

#### 0.1.0

Initial proof of concept.

## Meta

 *  Wersja **0.2.2**
 *  Ostatnia aktualizacja **3 lata temu**
 *  Włączone instalacje **1 000+**
 *  Wersja WordPressa ** 3.6 lub nowszej **
 *  Testowano do **6.2.10**
 *  Język
 * [English (US)](https://wordpress.org/plugins/wp-cors/)
 * Tagi
 * [ajax](https://pl.wordpress.org/plugins/tags/ajax/)[cors](https://pl.wordpress.org/plugins/tags/cors/)
   [rest](https://pl.wordpress.org/plugins/tags/rest/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/wp-cors/advanced/)

## Oceny

 2.3 na 5 gwiazdek.

 *  [  1 recenzja 5-gwiazdkowa     ](https://wordpress.org/support/plugin/wp-cors/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/wp-cors/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/wp-cors/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/wp-cors/reviews/?filter=2)
 *  [  2 recenzje 1-gwiazdkowe     ](https://wordpress.org/support/plugin/wp-cors/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-cors/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/wp-cors/reviews/)

## Zaangażowani

 *   [ tstephenson ](https://profiles.wordpress.org/tstephenson/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/wp-cors/)