PHP Classes

File: config/packages/nelmio_cors.yaml

Recommend this page to a friend!
  Classes of Paulo Henrique   PHP Personal Finance App API   config/packages/nelmio_cors.yaml   Download  
File: config/packages/nelmio_cors.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Personal Finance App API
Provides an API to control personal expenses
Author: By
Last change:
Date: 4 years ago
Size: 508 bytes
 

Contents

Class file image Download
nelmio_cors: defaults: allow_credentials: true allow_origin: ['*'] allow_headers: ['Content-Type', 'Authorization'] allow_methods: ['GET', 'OPTIONS', 'POST', 'PUT', 'PATCH', 'DELETE'] max_age: 3600 # paths: # '^/': # allow_credentials: true # allow_origin: ['*'] # allow_headers: ['Content-Type', 'Authorization'] # allow_methods: ['GET', 'OPTIONS', 'POST', 'PUT', 'PATCH', 'DELETE'] # max_age: 3600