I am using react js and fetch data from api localhost:9763 and want to run in tomcat server localhost:8080 but api is not fetch and giving me error
Access to XMLHttpRequest at 'localhost:9763/api/getPlaylist?Playlist=all' from origin 'http://localhost:8080' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https. giving me this error
Plz help me