Hello, everyone!
I’m trying to use the IFrame component in Ignition Perspective to open a different Perspective project hosted on the same server by passing the project’s URL into the IFrame’s src property.
Here is the current configuration of my IFrame:
URL in src: http://192.168.201.40:8088/data/perspective/client/OtherProject/ViewPath
Other properties:
referrerPolicy: no-referrer
allowFullScreen: false
However, I’m encountering the following issue:
Error loading resources: Project fetch failed: AxiosError: Request failed with status code 403
See the image below for reference: