nativescript-community / https

Secure HTTP client with SSL pinning for Nativescript - iOS/Android
https://nativescript-community.github.io/https/
Other
50 stars 42 forks source link

NTLM support? #19

Closed tigerdi closed 6 years ago

tigerdi commented 6 years ago

Any chance of making this work with NTLM authentication? How can I use this with something like JCIFS (https://jcifs.samba.org/)?

roblav96 commented 6 years ago

@tigerdi I don't believe so, not even sure what that protocol is :X

tigerdi commented 6 years ago

@roblav96 I can see that you have included AFNetworking in your plugin. How would I be able to use the classes belonging to AFNetworking? I was thinking I could use that in my iOS app to do NTLM authentication. For example, I would be looking to use things like AFHTTPSessionManager. But that doesnt seem to be exposed to the typescript intellisense. Do i need to import it somehow?

tigerdi commented 6 years ago

@roblav96 Forget about the above. For some reason the AFNetworking classes suddenly became visible after rebuilding the application. Thanks