在我的网站上的网页我有一个链接如下:
<a href="page.php?ref=selectquiz">Go to the page.php</a>
当我点击链接,我得到以下错误:
406 Not Acceptable
An appropriate representation of the requested resource /page.php could not be found on this server.
这就是我通过实时HTTP标头捕获的标题信息:
编辑:
这真是奇怪,因为当我转换参数值从selectquiz到:
selectq selectqu ... selectquiz
它不工作,但是当我键入selec
是OK! (在所有的浏览器)