About 12,100 results
Open links in new tab
  1. 403 Forbidden vs 401 Unauthorized HTTP responses

    Jul 21, 2010 · UNAUTHORIZED: Status code (401) indicating that the request requires authentication, usually this means user needs to be logged-in (session). User/agent unknown …

  2. TLS what exactly does 'rejectUnauthorized' mean for me?

    Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising Reach devs & technologists worldwide about your product, service or …

  3. How to return Unathorized from .Net Core Web API

    Sep 13, 2017 · return Unauthorized(); Since StatusCode() and Unauthorized() return an ActionResult, you'll want to change your action's return type to IActionResult instead. (Which …

  4. 401 (Unauthorized) when trying to access REST API

    Jul 1, 2015 · Get 401 unauthorized web exception when consuming rest json api in c#. 0. How debug 401 unauthorized error? 0.

  5. 401 unauthorized : [no body] with root cause in JAVA Spring

    Dec 13, 2022 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising Reach devs & technologists worldwide about your …

  6. SpringBoot 401 UnAuthorized even with out security

    In the current version of Spring Boot (v2.1.0.RELEASE), the easiest way to get rid of the security issues is to add "WebSecurityConfig.java" to your project as follows:

  7. iis 7 - IIS - 401.3 - Unauthorized - Stack Overflow

    Oct 3, 2013 · Another problem that may arise relating to receiving an unauthorized is related to the providers used in the authentication setting from IIS. In My case I was experience that …

  8. The request failed with HTTP status 401: Unauthorized

    May 9, 2012 · I have a .NET 2.0 website (VB) running in my IIS6 (XP Pro SP2) and a .NET 3.5 (configured as .NET2 under IIS's ASP.NET tab, of course) hosting an ASMX web service. In …

  9. 401 Unauthorized: Access is denied due to invalid credentials

    Nov 8, 2012 · IIS 7 was difficult for figuring out why i was getting the 401 - Unauthorized: Access is denied due to invalid credentials... until i did this... Open IIS and select the website that is …

  10. Azure Service Bus - Unauthorized access. 'Send' claim(s) are …

    //Unauthorized access. 'Send' claim(s) are required to perform this operation. throw ex; } } private async ...