Opened 10 years ago
Closed 10 years ago
#921 closed defect (worksforme)
$_SERVER['REQUEST_METHOD'] on 1.9.12
| 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_methodworks 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.