yireo-training/magento2-corshack

Magento 2 module to add some hacks to GraphQL API

Installs: 2 153

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 5

Forks: 3

Open Issues: 2

Type:magento2-module

1.0.6 2020-07-29 12:40 UTC

This package is auto-updated.

Last update: 2024-04-24 08:03:42 UTC


README

The new Magento 2 GraphQL system could be used with GraphQL clients (like Apollo or even Axios) to fetch data from Magento. Most of these clients use an HTTP request OPTIONS to see if CORS restrictions apply. This module adds an OPTIONS check to the GraphQL API. Also, this module adds Cross Origin headers (currently hard-coded to http://localhost:3000).

Installation

composer require yireo-training/magento2-corshack
./bin/magento module:enable Yireo_CorsHack

Configuration

Navigate to Advanced > Yireo CorsHack and add the schema + domain URL to the Origin Domain option.

By default, a wildcard (*) is configured allowing all origin domains.

Examples of values that can be configured:

In general the configuration value includes schema and domain name. It also includes the port number if it is not standard.