使用内联框架引起的并发症
构建网站可能会导致哪些并发症?
我正在寻找构建一个基于 jspx 的相对复杂的网站。
到目前为止,我发现 Ajax 功能不起作用,而且我听说这是因为安全问题。
在构建网站时,还有哪些类似性质的事情可能会出现问题?
非常感谢您的帮助。
最好的, 彼得
What are some complications that can be caused by framing a website?
I'm looking to frame a relatively complex website that is based on jspx.
So far I've found that Ajax functions don't work and I've heard that this is because of security issues.
What other things of this nature might go wrong when framing a website?
Thank you very much for any help.
Best,
Peter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最近,我遇到了一件相当烦人的事情,我的一个网站被陷害(不是我的决定),IE 无法让人们登录。 它只针对某些用户,所以我最好的猜测是 IE 由于“安全设置”而对会话 cookie 做了一些奇怪的事情(可能)错误。 不用说,我只是实现了一个framebreaker来解决这个问题。
I recently had a fairly annoying thing happen with one of my sites being framed (not my decision) where IE was not logging people on. It was only on certain users so my best guess was that IE was doing something strange and (possibly) wrong with the session cookie due to 'security settings'. Needless to say I just implemented a framebreaker to fix the problem.