Hi,
I am trying to use CRM WEB API by using HttpWebRequest. when using external crm address org.domain.com/.../v8.2..., iltwill throw 401 error, but when using internal address servername/.../v8.2, it works well.
Is it normal? we would like to build an middle WEB API which will be called by mobile phone app and which will call the CRM WEB API to do CRUD operations.
thanks
Song