bounswe / bounswe2024group7

Collaborative hub for 2024Group7
https://bounswe.github.io/bounswe2024group7/
4 stars 3 forks source link

Fix CORS issue #158

Closed sametaln closed 1 month ago

sametaln commented 1 month ago

Title:

When we send a request from the browser client to our backend service, we get a CORS error.

Description:

CORS error is a security measure for the browsers to keep the users safe. We need to add frontend service as a confirmed api consumer to our backend security configuration.

sametaln commented 1 month ago

Solve CORS issue on branch Issue#149