Re: Nginx Webdav & POST method

smainklh at free.fr smainklh at free.fr
Wed Oct 16 11:32:19 UTC 2013


Thank you Maxim,

Actually it's a video encoding appliance which seems to push files with POST request.
Please find below the error logs :

2013/10/16 09:19:14 [error] 17204#0: *237 no user/password was provided for basic authentication, client: x.x.x.x, server: localhost, request: "PROPFIND /864/ HTTP/1.1", host: "x.x.x.x"

2013/10/16 09:19:27 [error] 17204#0: *253 no user/password was provided for basic authentication, client: x.x.x.x, server: localhost, request: "PROPFIND /864/ HTTP/1.1", host: "x.x.x.x"

2013/10/16 09:20:23 [error] 17204#0: *282 no user/password was provided for basic authentication, client: x.x.x.x, server: localhost, request: "OPTIONS /864/ HTTP/1.1", host: "x.x.x.x"

2013/10/16 09:20:33 [error] 17204#0: *283 no user/password was provided for basic authentication, client: x.x.x.x, server: localhost, request: "OPTIONS /864/ HTTP/1.1", host: "x.x.x.x"

2013/10/16 09:20:38 [error] 17204#0: *284 user "(" was not found in "/etc/nginx/.864_htpasswd", client: x.x.x.x, server: localhost, request: "OPTIONS /864/ HTTP/1.1", host: "x.x.x.x"

2013/10/16 09:20:39 [error] 17204#0: *285 no user/password was provided for basic authentication, client: x.x.x.x, server: localhost, request: "POST /864/index1_00001.ts HTTP/1.1", host: "x.x.x.x"

2013/10/16 09:20:39 [error] 17204#0: *286 no user/password was provided for basic authentication, client: x.x.x.x, server: localhost, request: "OPTIONS /864/ HTTP/1.1", host: "95.81.159.200"

2013/10/16 09:20:39 [error] 17204#0: *287 no user/password was provided for basic authentication, client: x.x.x.x, server: localhost, request: "POST /864/index2_00001.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_00001.ts HTTP/1.1", host: "x.x.x.x"

Don't take care of the authentication issue, that's another issue.


Smana




----- Mail original -----
De: "Maxim Dounin" <mdounin at mdounin.ru>
À: nginx at nginx.org
Envoyé: Mercredi 16 Octobre 2013 13:13:53
Objet: Re: Nginx Webdav & POST method

Hello!

On Wed, Oct 16, 2013 at 11:53:20AM +0200, smainklh at 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 requests ?

POST requests are more or less undefined in WebDAV (apart from 
relatively new RFC5995, which defines a discovery mechanism 
through which servers can advertise support for POST requests with 
"add collection member" semantics).

What do you expect to happen on POST with WebDAV resources?

-- 
Maxim Dounin
http://nginx.org/en/donation.html

_______________________________________________
nginx mailing list
nginx at nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx



More information about the nginx mailing list