Opened 8 years ago

Closed 8 years ago

#921 closed defect (worksforme)

$_SERVER['REQUEST_METHOD'] on 1.9.12

Reported by: ceph3us@… Owned by:
Priority: critical Milestone:
Component: nginx-core Version: 1.9.x
Keywords: post request Cc:
uname -a:
nginx -V: 1.9.12

Description (last modified by Maxim Dounin)

the $_SERVER['REQUEST_METHOD'] variable for POST request is produced with space " POST"

Change History (2)

comment:1 by Maxim Dounin, 8 years ago

Description: modified (diff)

There is no $_SERVER['REQUEST_METHOD'] in nginx, though corresponding variable $request_method works fine here.

If you see the problem - please provide full configuration to reproduce the problem and a debug log of a request where problem appears.

comment:2 by Maxim Dounin, 8 years ago

Resolution: worksforme
Status: newclosed

Feedback timeout.

Note: See TracTickets for help on using tickets.