quickfixj
quickfixj copied to clipboard
Proxy-Authorization header solves Proxy 407
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.
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
Hi @MarcosVillacanas
Can you share the proxy software and version you are using? Thanks.