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.
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.