- Home /
HTTPWebRequest.GetResponce for NTLM protocol not working on Android
I am trying to access data from IIS Server protected by NTLM protocol using HTTPWebRequest, which works fine on unity editor( windows ) but fails in Android Mobile App.
I am getting 401 Unauthorized Access error, but works fine in editor and getting the expected response.
Please help me,
Please let me know, if there is any alternative through which i can access the server which is protected(NTLM protocol, I need to provide the authentication)
Server shall be accessed successfully every time through browser, both in Desktop and in Mobiles.
Your answer

Follow this Question
Related Questions
UnityWebRequest.POST calls to an HTTPS url throws "Unknown error" on specific device 0 Answers
HttpWebRequest Async not working on Android 0 Answers
Android can't download the audio 1 Answer
See Request of WWW or UnityWebRequest, 403 error only from android in a specific url (GET) 2 Answers
Android Download asset bundle locally 0 Answers