Can I make an Ajax JQuery POST request with Ionic?
问题 I want to make an NTLM authentication from a Ionic app. Using postman (a tool to test requests), I was able to make this authentication, and it works perfectly (using NTLM Authentication option). However, postman does not provide any code to implement this request in Angular (For Ionic). After making my own research, I found out that Angular 2 and above does not support NTLM authentication. Is that really the case? So I was thinkig about generating my request with Jquery and the code below