Basically I can’t embed my image API anywhere, it always display “(failed) net::ERR_BLOCKED_BY_ORB” in Inspect Element’s Network tab.
Some source mentions I should add “Access-Control-Allow-Origin: *” header, but still no luck for me. Interestingly, while my browser still detect that header if I access the image URL, but when I tried to embed in another website, it still complain about “Blocked by ORB” thing, and failed to detect the header
Yes, you have a CORS issue when the error is Access-Control-Allow-Origin. You can give it a try with a CORS bypass and see if it works. Will not work with all free hosting. CORS bypass is good to bypass CORS on local files.