显示iframe时请求URI太大

时间:2013-05-01 16:50:09

标签: internet-explorer iframe safari request httprequest

我正在尝试在我的网站上显示一个简单的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.

我不确定为什么因为这个网址只有50个字符,或者还有其他什么我做错了?

提前致谢。

0 个答案:

没有答案