NelmioCorsBundle

Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application

MIT License

Downloads
68M
Stars
1.9K
Committers
47

Bot releases are visible (Hide)

NelmioCorsBundle - 1.3.1

Published by Seldaek about 10 years ago

  • Fixed path key normalization to allow dashes in paths
  • Fixed HTTP method case folding to support clients that send non-uppercased method names
NelmioCorsBundle - 1.3.0

Published by Seldaek over 10 years ago

  • Added support for host-based configuration of the bundle
NelmioCorsBundle - 1.2.0

Published by Seldaek over 10 years ago

  • Bumped symfony dependency to 2.1.0+
  • Fixed invalid trigger of the CORS check when the Origin header is present on same-host requests
  • Fixed fatal error when allow_methods was not configured for a given path
NelmioCorsBundle - 1.1.1

Published by Seldaek over 10 years ago

  • Fixed issue when allow_origin is set to * and allow_credentials to true.
NelmioCorsBundle - 1.1.0

Published by Seldaek about 11 years ago

  • Added ability to set a wildcard on accept_headers