非标准URL参数格式

时间:2021-02-21 00:08:07

1.完整的URL格式如下:

    协议://主机:端口/路径名称?搜索条件#hash标识

    例如:http://hostname:8080/wwwroot/index.html?id=3876#topicID


2.但有时候会发现有这样的URL:

     http://hostname/search?make=ford

     http://hostname/search/?make=ford

     服务器在解析时会把search当成目录,然后调用该目录下默认的主页(Default,index....)(没有的话,看服务器是否允许返回目录下的内容)