使用参数将GET请求重定向到POST

时间:2018-10-30 23:35:33

标签: nginx redirect post get

我正在尝试将GET请求重定向到POST请求并同时传递所有参数。 This Question is almost there,但没有提及如何包括原始GET请求中的参数。如何包括它们?

location /track/mail-id.gif {
    proxy_pass http://upstream/mail-id;
    proxy_method POST;
}

0 个答案:

没有答案