[HaProxy] HaProxy change each POST request into GET

Started by przeqpiciel, November 22, 2021, 06:39:55 PM

Previous topic - Next topic
Hi,

On front I will apologize because I'm not sure if it is good place to create this topic.

I have configured HaProxy at opnSense and it looks like works but I have no idea why each POST reqeust are converted into GET requests. My setup looks like:

Internet <> opnSense + HaProxy <local network> Docker <> Conatiner with app

When I setup ngrep at Docker machine for sniffing everything on port 80 and on another side I execute POST request I see that is changed from POST to GET. But why ?