StumbleUpon 徽章未在网站上加载。无法将消息发布到 http://www.stumbleupon.com。收件人有来源 --- 错误

发布于 2025-01-08 06:44:01 字数 849 浏览 1 评论 0原文

我正在尝试将 StumbleUpon 徽章放在 li 元素中的网站上。我拿了 StumbleUpon 页面上的代码。

www.stumbleupon.com/badges/

然而,当页面加载时,控制台中出现两个错误:


1) 无法将消息发布到 www.stumbleupon.com。收件人有来源 ---

2) GET https://badge.stumbleupon.com/badge/embed/5/?url=https%3A%2F%2------%2F---%2F< /a> renderwidgets.js:167 STMBLPN.processWidgets


并且在 iframe 中,出现错误页面:

此网页不可用

网页位于 https://badge.stumbleupon.com/badge/embed/5/?url=https%3A%2F%2F-----.com%2Fcb%2F 可能是暂时的下,或者它可能已永久移动到新的网址。 错误 501 (net::ERR_INSECURE_RESPONSE):未知错误。


该网站正在使用 CodeIgniter,并且基于 https。这会是一个问题吗?任何人都知道为什么这里会出现错误...?

I'm trying to put a StumbleUpon badge on a site in an li element. I took
the code from the StumbleUpon page.

www.stumbleupon.com/badges/

When the page loads, however, there are two errors in the console:


1) Unable to post message to www.stumbleupon.com. Recipient has origin ---

2) GET https://badge.stumbleupon.com/badge/embed/5/?url=https%3A%2F%2------%2F---%2F
renderwidgets.js:167
STMBLPN.processWidgets


And in the iframe, there is an error page:

This webpage is not available

The webpage at https://badge.stumbleupon.com/badge/embed/5/?url=https%3A%2F%2F-----.com%2Fcb%2F might be temporarily down or it may have moved permanently to a new web address.
Error 501 (net::ERR_INSECURE_RESPONSE): Unknown error.


The site is using CodeIgniter and is on https. Could this be an issue? Anyone knows why there is an error here...?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

演多会厌 2025-01-15 06:44:01

这是一个证书错误,它对 www.stumbleupon.com 和 stumbleupon.com 有效,但对 badge.stumbleupon.com 无效。但是,它也可以在没有子域的情况下工作:

https://stumbleupon.com/badge/embed /5/?url=https://example.com

This is a certificate error, it is valid for www.stumbleupon.com and stumbleupon.com, but not for badge.stumbleupon.com. However, it works without the subdomain too:

https://stumbleupon.com/badge/embed/5/?url=https://example.com

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文