XDftr / testify-backend

An application for managing students, assignments, and automated code testing, designed for TalTech.
GNU General Public License v3.0
0 stars 0 forks source link

Configure CORS in Spring Boot #18

Open XDftr opened 3 weeks ago

XDftr commented 3 weeks ago

Set up Cross-Origin Resource Sharing (CORS) to allow frontend applications to interact with the backend. Configure allowed origins, methods, and headers. Ensure security by restricting CORS to trusted domains.