quickfixj icon indicating copy to clipboard operation
quickfixj copied to clipboard

Proxy-Authorization header solves Proxy 407

Open MarcosVillacanas opened this issue 2 years ago • 3 comments
trafficstars

HTTP Proxy authentication was failing with a 407 error code. After an in-depth review, we discovered that the header sending was incorrect since the Proxy-Authorization key was missing. This pull request aims to solve this issue by configuring the appropriate header for HttpProxyRequest whenever credentials are provided. Note that the code supports both NTLM and Basic authentication methods. This code fixes our problem due to the correct authentication process from the headers set.

MarcosVillacanas avatar Apr 20 '23 11:04 MarcosVillacanas

Hi @MarcosVillacanas , thanks for the PR 👍 However, I personally cannot validate if this change is OK (also see #596) so it will probably take some time unless someone with more proxy experience can validate it for me. ;) BTW, are you able to give me a hand with #596 ? Basically it is about testing QFJ against the current MINA 2.2 release. Thanks and cheers Chris

chrjohn avatar May 02 '23 08:05 chrjohn

Hi @MarcosVillacanas

Can you share the proxy software and version you are using? Thanks.

the-thing avatar Jun 26 '24 13:06 the-thing