Web Dev URL Dont Load Icons

Hi Everyone

I have a issue with a extern URL , the idea is to show in Inline Frame the website but the icons dont show when i open the view.

This is from Web Browser

Hello Francisco,

I think is because all the images you use in Ignition Perspective you have to upload them into the Image Management and reference them from there, so the system has them in the gateway and you can see them from aniwhere.
image
image

In our case it works with We dev

(We are not using Image Management tool to keep everything in the project itself)

cant i load directly a website from Web Dev?

Yes you can load html from Web dev

What route are you using for the image?

this is the url site


when i put the url to src ,its dont show the website

And the icons are not loading in the browser, or you have different issue?

What exactly is the role of web dev in all this ?

Note from the Perspective - Inline Frame | Ignition User Manual.

Note that many websites will not support rendering if they're inside a frame, such as this component. Website choose to opt in to this via the x-frame-options HTTP header, which all browsers support. The x-frame-options header is designed to help prevent a class of web security attacks called Clickjacking.

[Emphasis mine.]

2 Likes

42Q its a system to register data and save it , its run in web browser so i dont want to the operator have to open a web browser because the app will stay on mode Kioske

That doesn't tell us what you use webdev for though...

i thought that Web Dev was the best option for do it

basically i want a Web Browser bro

I created a view with an iFrame and set PROPS.src : https://www.42-q.com/. In the browser the iFrame displays, " www.42-q.com refused to connect."

Exploring with the browser's Developer Tools shows that embedding is blocked as I referenced in Post 10.

If you change the URL to http://neverssl.com (a handy test site for non http traffic) the page will display and there is no X-Frame-Options setting in the headers.

yes i was testing this url http://neverssl.com and its work good but the page that i want to navigate doesnt work