skip to Main Content

Jquery – Getting CORS issue in API calling from AJAX

I am getting CORS issue while calling API from Ajax with header Content-Security-Policy":"frame-ancestors 'none'. My APIs are built in Java spring boot. API server is already configured with Access-Control-Allow-Origin : *. If i remove Content-Security-Policy":"frame-ancestors 'none', the API is working…

VIEW QUESTION
Back To Top
Search