Question
· Mar 15, 2019

401 - Unauthorized: Access is denied due to invalid credentials response

Hi All,
 How to create Https request with Negotiate,NTLM Authentication in cache using %Net.HttpRequest package.
 I tried with basic authentication it is throwing >401 - Unauthorized: Access is denied due to invalid credentials.
 
 can anyone please guide me 
 
 Many Thanks !!
 Vicky

Discussion (3)1
Log in or sign up to continue

I'm trying to invoke a webservicethe which is existing on some  external server.

Those server return response like unauthorized access.

right now i tried with basic authentication to invoke the web path which is existing on External server.

My questions is rather than using Basic authentication to access the webservice, Is there any way to use NTML kind of authentication.