About 42,600 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. The request failed with HTTP status 401: Unauthorized

    Jul 19, 2010 · In Chrome, I can call the ASMX and invoke the web methods successfully. However, in calling the web methods in code, from the .NET 2.0 website I get: The request …

  3. Docker: Error response from daemon: unauthorized: The client …

    Apr 20, 2022 · In my case , that was only unauthorized and what saved my day is to login in commandline like docker login **theaddressoftheimage** then it promts for the credentials …

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

    Azure Service Bus - Unauthorized access. 'Send' claim (s) are required to perform this operation Asked 5 years, 7 months ago Modified 2 years, 10 months ago Viewed 34k times

  5. how do I fix HTTP Error 401.3 - Unauthorized? - Stack Overflow

    Feb 1, 2022 · how do I fix HTTP Error 401.3 - Unauthorized? Asked 3 years, 10 months ago Modified 3 years, 10 months ago Viewed 4k times

  6. azure devops - Unauthorized nuget package from Visual Studio …

    Jun 22, 2016 · Unauthorized nuget package from Visual Studio Team Services using asp.net core rc2 Asked 9 years, 5 months ago Modified 1 year, 3 months ago Viewed 114k times

  7. azure - unauthorized_client: The client does not exist or is not ...

    May 8, 2024 · unauthorized_client: The client does not exist or is not enabled for consumers Asked 1 year, 7 months ago Modified 1 year, 7 months ago Viewed 2k times

  8. HTTP Error 401.3 - Unauthorized (IIS 8.5 - Stack Overflow

    Oct 28, 2014 · Trying to add a ASP.NET website to IIS but it says HTTP Error 401.3 - Unauthorized You do not have permission to view this directory or page because of the access …

  9. Power Automate - 401 Unauthorized at Sharepoint Connector …

    Aug 6, 2024 · Power Automate - 401 Unauthorized at Sharepoint Connector after it worked successfully Asked 1 year, 4 months ago Modified 1 year, 2 months ago Viewed 9k times

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

    Jul 3, 2015 · To anyone picking up this answer down the line, I'd suggest thinking about the appropriate time to throw a HttpResponseException versus when to return an Unauthorized().