proxying of POST requests based on $args not working
Maxim Dounin
mdounin at mdounin.ru
Fri May 9 07:06:36 UTC 2014
Hello!
On Thu, May 08, 2014 at 11:49:55PM -0700, M. G. wrote:
> Hi,
>
> The proxying of GET requests on $args i.e. feedid=293634 goes to server2 properly.
>
> But proxying of POST requests on $args i.e. feedid=293634 always goes to server1 instead of server2.
The $args variable is "arguments in the request line", see
http://nginx.org/r/$args. It is not expected to contain any data
from POST request body.
--
Maxim Dounin
http://nginx.org/
More information about the nginx
mailing list