Hi, Thanks for your reply. Yes, "del-header" is put on the backend section. I did a small change to swap the order of these two lines and it works now. http-request auth... http-request del-header authorization
Best regards, On Thu, May 25, 2023 at 3:56 PM Lukas Tribus <lu...@ltri.eu> wrote: > Did you try putting the "del-header" configuration in the backend section? > > > On Thu, 25 May 2023 at 15:25, pham lan <phamla...@gmail.com> wrote: > > > > Hello, > > > > We use haproxy for basic authentication. And afterward, remove the > Authorization header from the backend section before forwarding the request > to backend. > > It works fine with reqidel. Lately, we upgraded haproxy to the latest > version and use http-request del-header Authorization for the same purpose > but the request fails to be authenticated. It looks like the header was > removed before the authentication happened. > > Am I missing something? Is there anyone experiencing my case? > > > > Thanks, > > Lan Pham >