RE: HTTP DELETE command failing

2017-11-03 Thread Norman Branitsky
gt; Cc: Moemen MHEDHBI <mmhed...@haproxy.com>; haproxy@formilux.org Subject: Re: HTTP DELETE command failing On Fri, Nov 3, 2017 at 11:29 AM, Norman Branitsky <norman.branit...@micropact.com<mailto:norman.branit...@micropact.com>> wrote: I have this included in the configuratio

Re: HTTP DELETE command failing

2017-11-02 Thread Igor Cicimov
On Fri, Nov 3, 2017 at 11:29 AM, Norman Branitsky < norman.branit...@micropact.com> wrote: > I have this included in the configuration: > > # Filter nasty input > > acl missing_cl hdr_cnt(Content-length) eq 0 > > acl METH_PUT method PUT > > acl METH_GET method GET HEAD > > acl

RE: HTTP DELETE command failing

2017-11-02 Thread Norman Branitsky
To: haproxy@formilux.org Subject: Re: HTTP DELETE command failing HAProxy is replying 403, which means that the DELETE request was explicitly denied by your conf. In order for us to help you, we need to have a look to your conf ++ On 02/11/2017 17:17, Norman Branitsky wrote: In HAProxy version 1.7.5, I see

Re: HTTP DELETE command failing

2017-11-02 Thread Moemen MHEDHBI
HAProxy is replying 403, which means that the DELETE request was explicitly denied by your conf. In order for us to help you, we need to have a look to your conf ++ On 02/11/2017 17:17, Norman Branitsky wrote: > > In HAProxy version 1.7.5, > > I see GET and POST commands working correctly but