Re: Simple proxy_pass settings are invalidating/deleting multipart file data sent by POST

2018-10-08 Thread Francis Daly
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

Re: Simple proxy_pass settings are invalidating/deleting multipart file data sent by POST

2018-10-07 Thread Denis Papathanasiou
> > 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

Re: Simple proxy_pass settings are invalidating/deleting multipart file data sent by POST

2018-10-06 Thread Francis Daly
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

Simple proxy_pass settings are invalidating/deleting multipart file data sent by POST

2018-10-06 Thread Denis Papathanasiou
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.