• Michael Burbea's avatar
    Fix an issue with NTLM authentication · c1d53691
    Michael Burbea authored
    NTLM authentication sends a challenge and response which translate to www-authenticate fields which are concated into a single string. When you send the response back proxied you need to split the string and send it back as an array. You will still need to create a keepalive agent to use this.
    c1d53691