All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.cors.yml Maven / Gradle / Ivy

There is a newer version: 2.1.37
Show newest version
---
description: Cors Http Handler
# If cors handler is enabled or not
enabled: true
# Allowed origins, you can have multiple and with port if port is not 80 or 443
# Wildcard is not supported for security reasons.
allowedOrigins:
- http://localhost
# Support for react dev server.
- http://localhost:3001
# Allowed methods list.
allowedMethods:
- GET
- POST
- OPTIONS




© 2015 - 2024 Weber Informatics LLC | Privacy Policy