Re: Nginx Webdav & POST method

2013-10-16 Thread smainklh
hews" À: nginx@nginx.org Envoyé: Mercredi 16 Octobre 2013 15:40:42 Objet: Re: Nginx Webdav & POST method On 16 Oct 2013 13:09, < smain...@free.fr > wrote: > > Thanks Maxim, > I'll contact their support in order to understand its behavior. If you discov

Re: Nginx Webdav & POST method

2013-10-16 Thread Jonathan Matthews
On 16 Oct 2013 13:09, wrote: > > Thanks Maxim, > I'll contact their support in order to understand its behavior. If you discover that it does indeed use POSTs in an nginx-incompatible way, you could use nginx to hack the request into something usable. [ NB I'd only do this for an absolutely immut

Re: Nginx Webdav & POST method

2013-10-16 Thread smainklh
Thanks Maxim, I'll contact their support in order to understand its behavior. See you, Smana - Mail original - De: "Maxim Dounin" À: nginx@nginx.org Envoyé: Mercredi 16 Octobre 2013 13:35:13 Objet: Re: Nginx Webdav & POST method Hello! On Wed, Oct 16, 2013 at 01:3

Re: Nginx Webdav & POST method

2013-10-16 Thread Maxim Dounin
Hello! On Wed, Oct 16, 2013 at 01:32:19PM +0200, smain...@free.fr wrote: > Actually it's a video encoding appliance which seems to push files with POST  > request. It seems that appliance needs to be fixed to properly use WebDAV, there is the PUT method to put files. -- Maxim Dounin http://ng

Re: Nginx Webdav & POST method

2013-10-16 Thread smainklh
864/index2_1.ts HTTP/1.1", host: "x.x.x.x" 2013/10/16 09:20:41 [error] 17204#0: *288 no user/password was provided for basic authentication, client: x.x.x.x, server: localhost, request: "POST /864/index1_1.ts HTTP/1.1", host: "x.x.x.x" Don't take ca

Re: Nginx Webdav & POST method

2013-10-16 Thread Maxim Dounin
Hello! On Wed, Oct 16, 2013 at 11:53:20AM +0200, smain...@free.fr wrote: > We have an appliance which trying to perform POST methods against the Nginx > server. > However this doesn't seem to be supported. > Could you please confirm me that ? > And is there a workaround in order to allow POST re

Nginx Webdav & POST method

2013-10-16 Thread smainklh
Hello, We have an appliance which trying to perform POST methods against the Nginx server. However this doesn't seem to be supported. Could you please confirm me that ? And is there a workaround in order to allow POST requests ? Regards, Smana ___ ng