【发布时间】:2021-04-13 05:26:25
【问题描述】:
我正在尝试将整个 azure 网站嵌入到 wordpress 网站中。以下作品:
<iframe src="https://tvirusly.azurewebsites.net" height="1200" width="1600" title="Covid Risk Calculator"></iframe>
但是当我点击上述网站或使用以下脚本时,它不起作用:
<iframe src="https://tvirusly.azurewebsites.net/AnonymousEvents/Create" height="1200" width="1600" title="Covid Risk Calculator"></iframe>
我收到 tvirusly.azurewebsites.net 拒绝连接的错误。
提前感谢您的帮助。
【问题讨论】: