C catster Member Licensed User Longtime User Sep 12, 2016 #1 Dear Erel, Is it possible to upgrade okhttp to the latest 3.4 which support ntlm authenication? Regards, Steve
Dear Erel, Is it possible to upgrade okhttp to the latest 3.4 which support ntlm authenication? Regards, Steve
Erel B4X founder Staff member Licensed User Longtime User Sep 12, 2016 #2 As far as I see there is no built-in support for ntlm in v3.4: https://github.com/square/okhttp/blob/master/CHANGELOG.md You can try the workaround suggested here: https://github.com/square/okhttp/issues/206 Start by testing it with the B4J configuration: https://www.b4x.com/android/forum/t...entication-ntlmv2-solution.66790/#post-424367 Upvote 0
As far as I see there is no built-in support for ntlm in v3.4: https://github.com/square/okhttp/blob/master/CHANGELOG.md You can try the workaround suggested here: https://github.com/square/okhttp/issues/206 Start by testing it with the B4J configuration: https://www.b4x.com/android/forum/t...entication-ntlmv2-solution.66790/#post-424367