Facebook 页面,不允许使用 HTTP VERB,如何接收我的 IFRAME 的 POST?

发布于 2024-12-02 08:12:58 字数 199 浏览 10 评论 0 原文

我们的 Facebook 页面显示:

错误摘要 HTTP 错误 405.0 - 不允许的方法 由于使用了无效方法(HTTP 动词),因此无法显示您正在查找的页面。

我已经检查了 Firebug 及其向我们的 .html 文件发送 POST 请求,我猜该请求无法接收?有谁知道我如何解决这个问题?我在 ASP.NET 4 上托管。

谢谢!

Our facebook page is saying:

Error Summary
HTTP Error 405.0 - Method Not Allowed
The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used.

I've checked Firebug and its sending a POST request to our .html file, which I'm guessing can't receive it? Does anyone know how I get around this problem? I'm hosting on ASP.NET 4.

Thanks!

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

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

发布评论

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

评论(1

北方。的韩爷 2024-12-09 08:12:58

将页面选项卡 URL 更改为可以接受 POST 请求的 URL

来自 Facebook 的此 POST 请求包含告诉您当前页面 ID、用户是否喜欢该页面等信息(请参阅 https://developers.facebook.com/docs/authentication/signed_request/page 参数)不可能安全地传入 GET 请求

Change your page tab URL to be a URL which can accept POST requests

This POST request from Facebook includes information which tells you the current page ID, if the user likes the page, etc ( see https://developers.facebook.com/docs/authentication/signed_request/ 's page parameter) which can't be safely passed in a GET request

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