“url”处的页面是无法访问,因为服务器返回状态代码 200

发布于 2025-01-05 22:41:44 字数 104 浏览 2 评论 0原文

我在第三方网站上部署了一个“赞”按钮。点赞按钮有效,但发送按钮不起作用,它给我以下错误:

无法访问“url”页面,因为服务器返回状态代码 200。

有什么想法吗?

I deployed a like button on my third party site. The like button works but the send button does not, it gives me the following error:

The page at "url" could not be reached because the server returned status code 200.

Any ideas?

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

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

发布评论

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

评论(1

冰之心 2025-01-12 22:41:44

我做了功课,也面临着同样的信息
而不是 Facebook 页面或重定向页面。一个纯 HTML 页面。
原来有错误
http://www.ffkama.be/html/2_ekf_wkf_2012_euro_senior_1.asp
由于所有其他页面都可以工作,并且 FB 代码是服务器包含的内容,因此所有页面都相同,我以新名称保存页面,它解决了问题
http://www.ffkama.be/html/2_ekf_wkf_2012_euro_senior_0.asp

我发生了什么事。我制作了该页面,包含元属性=“og:title”内容,保存该页面并收到错误。我忘记了 head 标签中的 prefix="og: 。

之后,无论我做了什么,都没有 og 代码,好的 og 代码,直到我用不同的名称保存为止,什么都不起作用。

所以我只能看到页面被缓存在某个地方之后,无论您做什么,缓存的页面都会抛出错误。

希望这会有所帮助
克里斯

I did my homework and are facing the same message
and NOT with a Facebook page or a redirected page. A plain HTML page.
original with the error
http://www.ffkama.be/html/2_ekf_wkf_2012_euro_senior_1.asp
As ALL other pages work and the FB code is a server include, so the same for all pages, I saved the page under a new name and it solved the problem
http://www.ffkama.be/html/2_ekf_wkf_2012_euro_senior_0.asp

What happened to me. I made the page, included the meta property="og:title" stuff, saved the page and got the error. I FORGOT the prefix="og: in the head tag.

After that, whatever I did, no og code, good og code, nothing works until I saved under a different name.

So all I can see is that the page got cached somewhere and after that, whatever you do, the cached page will throw the error in.

Hope this helps
Chris

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