Image from subdomain not showing since yesterday

What is the name of the domain?

.com

What is the error number?

403

What is the error message?

ERR_BLOCKED_BY_RESPONSE.NotSameOrigin 403 (Forbidden)

What is the issue you’re encountering

Image not shown

What steps have you taken to resolve the issue?

Hello.

I’m successfully using CF half a year. I have example.com as website and images, that comes from another server media.example.com. example.com uses CF nameservers. Yesterday I noticed that images <img src="/http://media.example.com" are not showing anymore.

If I look in dev mode I see error:

ERR_BLOCKED_BY_RESPONSE.NotSameOrigin 403 (Forbidden)

If I open image by URL directly - I pass CF challenge and see image. Then website shows images without problems for some time.

Then I can not see images again.

Please help.

Looks like CORS error. You need to make sure your origin response a correct CORS header.

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