When I scrape data which includes images from other websites, I encounter the following error:
$.get('https://truyenvua.com/128/1081/1.jpg?gt=hdfgdfg', function (data) { console.log(data) });
An error occurred as follows.
access to XMLHttpRequest at 'https://truyenvua.com/128/1081/1.jpg?gt=hdfgdfg' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Please help me with the solution