【发布时间】:2018-03-26 06:31:11
【问题描述】:
我在提交集成到 wordpress 网站的 Ninja 表单时遇到以下错误。
Mixed Content: The page at 'https://my.domain/event/test-page/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://my.domain/wp-admin/admin-ajax.php'. This request has been blocked; the content must be served over HTTPS.
这是我得到的唯一错误。 该站点以 HTTPS 运行。 非常感谢您的快速帮助。
【问题讨论】:
-
你需要把你所有的 url http 改成 https。
标签: wordpress mixed-content ninja-forms