Top "Unauthorized" questions

If referring to the HTTP error code "401 Unauthorized", use "http-status-code-401".

401 unauthorized error handling in AngularJS

I'm very newbie in AngularJS, and now spending 3 days in finding a way to handle 401 status. I've tried interceptors, using $…

angularjs callback jsonp interceptor unauthorized
ASP.Net MVC 3 Redirect UnAuthorized User not to loginUrl

i have a project using ASP.Net MVC3 and using membership for roles. i use authorize in every controller. eg: […

asp.net-mvc-3 redirect asp.net-membership roles unauthorized
Set 403 error page in MVC

I overrides the class to perform custom Authorization [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, Inherited = true, AllowMultiple = true)] public class AuthorizeAttribute : …

asp.net-mvc-3 c#-4.0 http-status-code-403 unauthorized
Keycloak API always returns 401

I'm trying to interact with Keycloak via its REST API. I have the master realm and the default admin user, …

api https access-token keycloak unauthorized
Web service fails (401 Unauthorized) on one server but not on the other

I have two identical servers. Both Win2k3. I have a web service that queues emails and an application that …

asp.net web-services unauthorized
ASP.Net Core API always returns 401 unauthorized whenever I send a request with Bearer token included

I have an ASP .NET Core web api and I generate a JWT token for authorization purposes but whenever I …

c# authorization asp.net-core-webapi unauthorized
"Failed to load resource: the server responded with a status of 401 (Unauthorized)" after upgrading to Visual Studio 2013

I have installed Visual Studio 2013. When I try launching my ASP.NET website using vs2013 environment I get a whole …

asp.net browser visual-studio-2013 unauthorized
401 Unauthorized error using NetBeans + Git on BitBucket

I have a local git repository. Recently I have added a remote repository from bitbucket, and have pushed my branch …

git netbeans push bitbucket unauthorized
Unauthorized when calling Google GCM

I trying to use Google GCM for sending push notifications. But get a WebException that says that the remote server …

c# android httpwebrequest unauthorized google-cloud-messaging
Unauthorized result in ajax requests

I have application with many ajax actions (implemented using JQuery.ajax), that returns JSON ot html. Some of them should …

jquery asp.net-mvc asp.net-mvc-3 http-status-code-401 unauthorized