Blocked by ORB

Basically I can’t embed my image API anywhere, it always display “(failed) net::ERR_BLOCKED_BY_ORB” in Inspect Element’s Network tab.

image

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

(bruh new user only be allow 1 embed, so here is the url to the next image: https://forum-cdn.infinityfree.net/original/3X/e/d/ed9e555e00c307668751faa4a3f5d55dc7ae62ca.png)

I tried switching browser, changing Wi-Fi, turn off and on VPN.

Any help would be appreciated!

URL: https://damnitstodayalready.ct.ws/

It is impossible to embed any web asset from your website to any external website due to the restrictions imposed by the current security system.

9 Likes

CORS policy is in place on free hosting.

So

will not work

7 Likes

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.

Can you please clarify which URL is causing this error? And can we see the page on your website where this error occurs?

The main page of your site doesn’t have this error (and doesn’t appear to have any embedded resources for that matter).

7 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.