Closed xiongchun closed 5 years ago
The access-control-max-age should only appear in a pre-flight request response. I guess your request was not a preflight request. A request is a preflight request if:
@tony-clarke-amdocs thanks. i learn a lot from your reply.
i set my cors in application.yml as follows,
but, unfortunately the "Access-Control-Max-Age" did not appear in response header。