2017 © Pedro Peláez
 

drupal-module cors

Enable cors options in Drupal 8

image

drupal/cors

Enable cors options in Drupal 8

  • Monday, February 9, 2015
  • by dmouse
  • Repository
  • 3 Watchers
  • 11 Stars
  • 147 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 7 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Drupal 8 CORS, (*1)

Thanks to the issue (#2303673)[https://github.com/drupal/drupal/commit/5ef912e9659131fd31d1522e3216d37323a0c047] in Drupal 8 now we have a new powerfull component, (StackPHP)[http://stackphp.com] is a middleware for the HttpKernel class, this middleware provide a decorator thas can intercept the request after to touch the Drupal Core., (*2)

How to use

This modulo don't provide UI, only need you turn on., (*3)

Installation

$ cd modules/
$ git clone git@github.com:dmouse/cors-drupal8.git cors
$ drush en cors

Middleware enabling cross-origin resource sharing for your http-{foundation,kernel} using application., (*4)

Cross-origin resource sharing (CORS) is a mechanism that allows a web page to make XMLHttpRequests to another domain. Such "cross-domain" requests would otherwise be forbidden by web browsers, per the same origin security policy., (*5)

The Versions

09/02 2015

dev-master

9999999-dev

Enable cors options in Drupal 8

  Sources   Download

GLP2

The Requires