Welcome! Log In Create A New Profile

Advanced

Nginx Always Return 501

Posted by hyleeonx 
Nginx Always Return 501
May 29, 2015 12:42AM
If a post reqeust's body contains string "%3Cmarquee+", nginx will always return 501.

Such as

request:

POST http://DOMAIN:PORT/test HTTP/1.1
Host: DOMAIN
Content-Length: 13

a=%3Cmarquee+



response:

HTTP/1.1 501 Not Implemented
Server: nginx
Date: Fri, 29 May 2015 04:30:49 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 174
Connection: close

<html>
<head><title>501 Not Implemented</title></head>
<body bgcolor="white">
<center><h1>501 Not Implemented</h1></center>
<hr><center>nginx</center>
</body>
</html>
Re: Nginx Always Return 501
May 29, 2015 12:43AM
It is a bug?
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 214
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready