Top "Unauthorized" questions

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

How to install a windows font using C#

How can I install a font using C#? I tried copying the fonts using File.Copy() but I am not …

c# fonts access-denied unauthorized
Asp.net Mvc custom mechanism to handle unauthorized request

For my website i want following behaviors for secured controller(or action) if a user makes a normal request redirect …

asp.net-mvc security asp.net-mvc-3 asp.net-mvc-2 unauthorized
401 (Unauthorized) in Chrome, but not in IE

I recently moved from using jQuery to using isomorphic-fetch with Redux. When running in IE, it manages to fetch fine. …

javascript google-chrome fetch redux unauthorized
Custom Devise 401 unauthorized response

I'm working on a JSON-based API for my Rails 3.1 app. I'd like to provide a custom failure response instead of …

ruby-on-rails ruby-on-rails-3 devise authorization unauthorized
How do I modify my settings to allow VS2010 to load 3rd party XSD files from the "Unauthorized Zone"?

I have opened a 3rd party XSD file in Visual Studio 2010 that imports namespaces from other schema files from the …

visual-studio-2010 xsd unauthorized zone
Let's Encrypt unauthorized 403 forbidden

On the server, Nginx is installed. Let's Encrypt is working well with www.domain.com but is not working with …

nginx encryption lets-encrypt unauthorized
Credentials do not work for "docker login"

Copy/pasting my username and password into the Docker Hub website works fine. The password is long, but does not …

docker authentication credentials unauthorized
Authorization has been denied for this request

I have created a webapi with Basic OAuth and a mobile app using ajax to access the api. I set …

asp.net-web-api http-status-code-401 unauthorized
VB.NET: GetFiles Method - "Access to the path 'G:\System Volume Information' is denied."

Here is my code, Dim allFiles As FileInfo() = tempDir.GetFiles("*.pdf", SearchOption.AllDirectories) I've googled and found that I need …

vb.net path unauthorized getfiles