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

    Jul 21, 2010 · In summary, a 401 Unauthorized response should be used for missing or bad authentication, and a 403 Forbidden response should be used afterwards, when the user is …

  2. Why am I getting a "401 Unauthorized" error in Maven?

    I followed sonatype's checklist when receiving a 401 error: Checklist item 1. Make sure your username/password is correct by logging into the Nexus UI. If curl is installed on your …

  3. cors - HTTP Post Request: 401 (Unauthorized) - Stack Overflow

    Apr 20, 2018 · The fact that you receive 401 and the other guy got 403 is irrelevant - the fundamental issue is the same and the difference is a result of your having different servers …

  4. ASP.NET core JWT authentication always throwing 401 unauthorized

    May 23, 2020 · I'm trying to implement JWT authentication on my asp.net core webAPI as simply as possible. I don't know what i'm missing but it's always returning 401 even with the proper …

  5. c# - ASP.NET Web API : Correct way to return a 401/unauthorised ...

    Jul 3, 2015 · The problem is that not all of the request can be authorised in the scope of an attribute - some authorisation checks have to be performed in code that is called by controller …

  6. ASP.NET Calling WebMethod with jQuery AJAX "401 (Unauthorized)"

    Apr 13, 2014 · 401 Unauthorised means that: User authentication hasn't been provided or It was provided but failed authentication tests This corroborates with what you've said about adding …

  7. Invoke-RestMethod returning 401 - Unauthorized in Powershell 7

    Sep 1, 2021 · I'm running into an issue trying to use the Invoke-RestMethod command in PowerShell 7. I can get it to run fine in PowerShell 5.1, but 7 gives me a 401 - Unauthorized …

  8. authentication - how to solve 401 unauthorized error in postman …

    Nov 30, 2021 · I have a .net core webapi working fine and tested with swagger, also the method has set to allow anonymous access so no authentication should be required. But when testing …

  9. jQuery ajax handle 401 Unauthorized - Stack Overflow

    Apr 22, 2012 · I am calling third party web page using jQuery ajax. According to their page they sent me status code 200 if log-in success and 401 if log-in unsuccessful. Here is my jquery …

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

    Oct 3, 2013 · That's the cause of 401.3. By changing file system access (grant that account access to files) or changing anonymous account to pool identity (pool identity is in IIS_IUSRS, …