Hi Chetan,
Have you created Webservice in kentico itself or Webservice as external application? If in kentico then can you share steps to consume it in external application, If webservice is external application then can you provide steps to call kentico API in external application. I tried both scenarios which is redirecting to logon page. Also Kentico's REST api is not working for Intranet Portal, even i did all settings available in Kentico REST. Intranet portal is my kentico Website project, Same settings is did for Kentico Web-Application project which works perfectly. My problem is REST request redirects automatically on logon page after hitting REST url for Intranet portal. My REST URL is
"http://domainname/Kentico9/rest/cms.user/currentsite?format=json"
and output is login page of kentico
"http://domainname/Kentico9/CMSPages/logon.aspx?ReturnUrl=%2fKentico9%2frest%2fcms.user%2fcurrentsite%3fformat%3djson&format=json"
Please suggest if any solution.