Access to XMLHttpRequest at 'https://www.wikipedia.org/' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. code example
Example 1: javascript access to xmlhttprequest at from origin 'null' has been blocked by cors policy
//Open the HTML file using live server, it will work
Example 2: from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
@CrossOrigin(origins = "http://localhost:4200")
@GetMapping("/yourPath")