On Sun, Oct 07, 2018 at 06:53:26PM -0400, Denis Papathanasiou wrote:
Hi there,
> Correct, I did confirm that `proxy_pass` is sending the entire multipart
> form request.
Thanks for following up with the nginx-related info; it'll help the next
person with the same problem know where to look to pr
>
> I think that that should probably not make a difference to the upstream
> service.
>
Correct, I did confirm that `proxy_pass` is sending the entire multipart
form request.
I suspect that you'll have to do some more investigation, to see what is
> different on your upstream server when nginx i
On Sat, Oct 06, 2018 at 05:15:50PM -0400, Denis Papathanasiou wrote:
Hi there,
> As noted here -- https://github.com/gin-gonic/gin/issues/1582 -- I have a
> simple web app that handles multipart form file uploads correctly on its
> own, but when I put it behind a simple proxy_pass configuration l
As noted here -- https://github.com/gin-gonic/gin/issues/1582 -- I have a
simple web app that handles multipart form file uploads correctly on its
own, but when I put it behind a simple proxy_pass configuration like below,
the underlying application sees a null value where the file form data was.