400 Bad request

Igor Sysoev igor at sysoev.ru
Wed Sep 14 15:30:37 UTC 2011


On Wed, Sep 14, 2011 at 11:25:24AM -0400, coviex wrote:
> This query string results in 400 on all nginx servers/sites I know of. 
> Say, http://nginx.org/download-%27.07%%27.html?frame=1.

Not only nginx. Apache does (correctly) the same:

$nc apache.org 80
GET /download-%27.07%%27.html HTTP/1.0

HTTP/1.1 400 Bad Request
Date: Wed, 14 Sep 2011 15:29:31 GMT
Server: Apache/2.3.15-dev (Unix) mod_ssl/2.3.15-dev OpenSSL/1.0.0c
Content-Length: 342
Connection: close
Content-Type: text/html; charset=iso-8859-1

[...]

> Any suggestions?

-http://nginx.org/download-%27.07%%27.html?frame=1
+http://nginx.org/download-%27.07%25%27.html?frame=1


-- 
Igor Sysoev



More information about the nginx mailing list