Replies: 1 comment
-
@xizijian 你好!我是Dosu,一个可以帮助你解决错误,回答问题,以及成为贡献者的机器人。如果你有任何问题,我会很乐意帮助你! Yes, Dify supports HTTPS. To display the Dify page correctly in your HTTPS application, you need to ensure that the URL you are embedding uses the HTTPS protocol. Update your iframe code to use HTTPS as follows: <iframe
src="https://ify.ximaoa.com/chatbot/UorSiS4qDnJHcwPB"
style="width: 100%; height: 100%; min-height: 700px"
frameborder="0"
allow="microphone">
</iframe> This change should resolve the issue and allow the Dify page to load correctly in your HTTPS application [1]. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
您好,我的项目是https单页应用,想要嵌入Dify页面,但是提供的链接是http的,无法正常加载,请问如何可以正确展示?现在可以支持https吗?
Hello, my project is a https single-page application, I want to embed a Dify page, but the link provided is http and cannot load normally, how can it be displayed correctly? Can HTTPS be supported now?
Beta Was this translation helpful? Give feedback.
All reactions