
config.cors.yml Maven / Gradle / Ivy
# Cors Http Handler Configuration. This is to support connection
# from light-portal single page application which might served
# from another domain/host. You may need to update allowedOrigins.
---
description: Cors Http Handler
enabled: true
allowedOrigins:
- http://localhost:8080
allowedMethods:
- GET
- POST
- PUT
- DELETE
© 2015 - 2025 Weber Informatics LLC | Privacy Policy