Changes between Initial Version and Version 1 of Ticket #921


Ignore:
Timestamp:
03/09/16 01:34:43 (8 years ago)
Author:
Maxim Dounin
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #921 – Description

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