Hi everyone, I have a user wanting to embed a page from an external site into a Confluence page using the iframe tag. However it's unable to load the page "getting refused to connect error"
I can successfully load an internal Confluence page using the iframe tag but nothing from an external site.
Could this be a firewall issue or is the site the user is trying to load is disabling iframes?
Here's the code used inside the HTML macro
<html> <body> <h1>CDI HUB Servers Page</h1> <p><iframe src="https://internal.testqa.zbion.com/apps?server=CDI_HUB" height="500" width="500"></iframe></p> </body> </html> |
This is a known bug - see here for the raised work item, please vote on it so they fix it: https://jira.atlassian.com/browse/CONFCLOUD-73617
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @MikeA ,
Welcome to Atlassian community.
Yes, this can be due to firewall. Have you tried to add the URL to allow list and check? If not I would test that first.
Also, I would recommend you to go through this article and make sure you have all the required html macros enabled.
I hope above information helps. Have a good day!
Thanks,
Srinath T
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.