Opened 9 years ago
Last modified 9 years ago
#921 closed defect
$_SERVER['REQUEST_METHOD'] on 1.9.12 — at Version 1
Reported by: | 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 )
the $_SERVER['REQUEST_METHOD']
variable for POST request is produced with space " POST"
Note:
See TracTickets
for help on using tickets.
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.