我正在尝试在我的网站上显示一个简单的 iframe,如下所示:
<iframe src="http://tritec-monitoring.solarlog-web.ch/7452.html" frameBorder="0" scrolling="no" width="1024" height="1024"></iframe>
它在 FF 和 Chrome 上看起来不错,但在 Safari 和 IE 上它向我显示一条错误消息:
Request-URI Too Large
The requested URL's length exceeds the capacity limit for this server.
我不知道为什么,因为 URL 几乎没有 50 个字符,还是我做错了什么?
提前致谢。