Top "Http-status-code-401" questions

Similar to 403 Forbidden, but specifically for use when authentication is possible but has failed or not yet been provided.

401 Unauthorized vs 403 Forbidden: Which is the right status code for when the user has not logged in?

After lots of Googling and Stackoverflowing, it still isn't clear to me because many articles and questions/answers were too …

http-status-code-403 http-status-codes http-status-code-401
Angular.js $http.post TypeError: Cannot read property 'data' of undefined

Angular.js v1.0.6 When making an $http.post and receiving a non 200 resposne (401 in this case) $http.post('http://localhost:3030/…

javascript http authentication angularjs http-status-code-401
Turning off ASP.Net WebForms authentication for one sub-directory

I have a large enterprise application containing both WebForms and MVC pages. It has existing authentication and authorisation settings that …

asp.net http authentication web-config http-status-code-401
Setting authorization header in axios

I have been trying to make a GET request to the National Park Service API with axios and have tried …

http reactjs get http-status-code-401 axios
Authorization in RESTful HTTP API, 401 WWW-Authenticate

I'm creating a RESTful service to provide data to a web application. I have two related questions about this. 1. How …

http rest xmlhttprequest http-status-codes http-status-code-401
Calling webservice in C# using SSL - '(401) Unauthorized'

I'm calling a method on a web service from behind a proxy server using the following code: myWebService.TestWebService webservice = …

c# web-services ssl http-status-code-401 unauthorized
401 Unauthorized error web api mvc windows authentication

I am getting 401 unauthorized error . My web service is written in mvc . in IIS configured to use windows authentication. Below …

c# iis-7 asp.net-web-api http-status-code-401
HTTP Status Code: 401 in GCMDemo

Reference:http://developer.android.com/google/gcm/demo.html Server 401 when trying to send a message to my android device. …

google-cloud-messaging http-status-code-401
Catch 401 Exception in Angular2

When i try to connect to an unauthorized URL i get in Chrome: zone.js:1274 POST http://localhost:8080/rest/v1/…

exception angular http-status-code-401
Getting "401 Unauthorized" error consistently with jquery call to webmethod

I have been struggling to get my jquery call to a webmethod to work. I am being bounced by the …

asp.net jquery authentication http-status-code-401 webmethod