Simple question, I have this source URL I need to display it on IMG tag on HTML page, but the URL does not return a response when I paste it in img tag is with GET 200 but no IMG response if I open in browser the image is in the response. How to render the image from this URL.
Asked
Active
Viewed 31 times
0
-
1If you view the Developer Console, you will see an error concerning the blocked response. Include this error in your post. Also try the solutions from this [post](https://stackoverflow.com/questions/69243166/err-blocked-by-response-notsameorigin-cors-policy-javascript) – Bunny Oct 29 '22 at 14:58
-
That should be the solution is CORS related.I will try the answers from the post you share. – mikegrep Oct 29 '22 at 15:37