Titanium.Network.HTTPClient addAuthFactory( String scheme, Object factory ) Registers a new AuthSchemeFactory for a given scheme. Use this method to add support for authorization schemes not natively supported by Android. Parameters scheme : String The authentication scheme. factory : Object The authentication factory. This factory must implement the AuthSchemeFactory interface.
Maybe I'm stupid, but I really don't understand how to create a factory object...
I just need to add ntlm authentication, could please someone post an example code?