API Call issue
Options
			
				
					
	
			
		
	- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
			
		
			
	
	
			
				
		
		
			Anshita
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		
	
	
	
		
			
		
	
	
			8 - Asteroid
		
	
				
		
	
		
			
    
	
		
		
		08-01-2022
	
		
		01:36 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Team,
While trying to make an API call using the download tool we are getting this error::
HTTP/1.1 401 Unauthorized
WWW-Authenticate: Negotiate
WWW-Authenticate: Basic realm="INTRANET.xyz.com"
Content-Type: text/html;charset=utf-8
Content-Language: en
Content-Length: 93
Date: Fri, 15 Jul 2022 11:59:51 GMT
Can you please let me know what all we should check to make sure we are able to establish connection?
Thanks!
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
			
		
			
					
				
		
			
					
				
		
	
	
- Labels:
- 
						
							
		
			API
- 
						
							
		
			API Output Tool
- 
						
							
		
			Developer
		1 REPLY 1
	
		
		
			
			
			
				
			
		
			
	
	
			
				
		
		
			chuckleswk
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		
	
	
	
		
			
		
	
	
			11 - Bolide
		
	
				
		
	
		
			
    
	
		
		
		08-03-2022
	
		
		08:56 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The 401 Unauthorized response is because your API doesn't have the correct authentication credentials.
Several different validation that you might end up need to do are
- a username / password
- Bearer authorization
- Odata authorization
Each one will require a different setup for your download.
