Page 1 of 1

problem loading url image into report

Posted: Wed Oct 29, 2025 12:57 pm
by Ezrodriguez
2025:10:29, 08:51: Http: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'https://sgadb.probusacademy.com//compan ... 44de9f.jpg'.

It block cors , but i have permited to load the url where im doing the request , but it not load the image in the report.

you can enter to the url image.

Re: problem loading url image into report

Posted: Thu Oct 30, 2025 11:29 pm
by Lech Kulikowski
Hello,

What product and version are you using?

Thank you.

Re: problem loading url image into report

Posted: Mon Nov 03, 2025 7:29 am
by franc.siswanto
Hi,

I also had this problem, example attached.
Here's what I did:
- Create new blank report
- Insert new Image Component
- Choose "Image URL" as source
- Type example url => https://www.stimulsoft.com/templates/st ... o.svg?2.33
- The Preview tab doesn't show anything, and in the Console tab of the browser shows this:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://www.stimulsoft.com/templates/st ... o.svg?2.33. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200.
- I guess @Ezrodriguez had the same problem as me

Since I want to access public images resources, I think I'll need other ways. Any suggestions?

Thanks

Re: problem loading url image into report

Posted: Mon Nov 03, 2025 9:52 pm
by Lech Kulikowski
Hello,

Please check the following article:
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS

Thank you.