无法在 Canvas 中加载应用程序
我的应用程序在 myapp.com/ 这样的 url 上完全工作,
当我将应用程序编辑为画布应用程序并将其画布 url 设置为 myapp.com/ 时, 基本目录会自动加载 index.html 访问页面 http://apps.facebook.com/myapp 时,它给我一个错误:
POST http://myapp.com/ 404 (Not Found)
Refused to display document because display forbidden by X-Frame-Options.
任何人都有知道这可能是什么原因吗?
My application is fully working at an url like myapp.com/ , the base directory is automatically loading index.html
When I edit the application to be a canvas app and setting its canvas url to myapp.com/
When accessing the page http://apps.facebook.com/myapp it gives me an error:
POST http://myapp.com/ 404 (Not Found)
Refused to display document because display forbidden by X-Frame-Options.
Anyone have an idea what could be the cause of this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“X-Frame-Options”就是你的线索。这是您的网络服务器发送的标头。请确保发送正确的信息
另请参阅:
克服“X-Frame 禁止显示-”选项”
'X-Frame-Options' is your clue. This is a header your webserver is sending out. Be sure you send the correct
See also:
Overcoming "Display forbidden by X-Frame-Options"