Similar to 403 Forbidden, but specifically for use when authentication is possible but has failed or not yet been provided. The response must include a WWW-Authenticate header field containing a challenge applicable to the requested resource.

learn more… | top users | synonyms

144
votes
6answers
34k views

403 Forbidden vs 401 Unauthorized HTTP responses

For a web page that exists, but for which a user that does not have sufficient privileges, (they are not logged in or do not belong to the proper user group), what is the proper HTTP response to ...
5
votes
3answers
7k views

iPhone: why i got this error — HTTP error 401— Twitter

hi i am developing Twitter client on iPhone, here i am using MGTwitter library and OAuthentication, i am Authenticating(sign in) and Getting Request Token, My problem is, when i send request i am ...
0
votes
4answers
886 views

How to check for an HTTP status code of 401?

In one of the answers that I have received here, I encountered a problem of not knowing how to pass automatically through "Google App Engines" my ID and a password to a website, on which I am a ...
14
votes
6answers
11k views

Avoiding 401 response for each request using NTLM

We have here an asp.net 3.5 application using NTLM based windows authentication. The system runs on a private network that actually distributed over different geographic places (connected via VPN). ...
5
votes
3answers
4k views

Access Exchange Web Services with PHP and cURL

Hello, I am currently writing a client to access a Microsoft Exchange server and read contacts, appointments etc. from it. Through days of searching I've been able to connect to the EWS via PHP's ...
11
votes
4answers
5k views

Eradicating 401 “Unauthorised” responses followed by 200 “Ok” responses

I’ve got a situation with a large internal corporate web based application running ASP.NET 3.5 on IIS6 generating 401 “Unauthorised” responses followed by 200 “Ok” responses (as profiled by Fiddler). ...
9
votes
6answers
8k views

Turning off ASP.Net WebForms authentication for one sub-directory

I have a large enterprise application containing both WebForms and MVC pages. It has existing authentication and authorisation settings that I don't want to change. The WebForms authentication is ...
5
votes
3answers
8k views

Getting “401 Unauthorized” error consistently with jquery call to webmethod

I have been struggling to get my jquery call to a webmethod to work. I am being bounced by the server with a "401 Unauthorized" response. I must have an incorrect setting in the web.config or ...
2
votes
1answer
2k views

PUT and DELETE in RESTful WCF Service cause 401 Unauthorized error

I have a RESTful web service in IIS 7.5 that is working just fine in our Development environment. Now we have deployed to a QA environment and we are getting 401 errors only on the PUT and DELETE ...
6
votes
2answers
13k views

SSRS Report Viewer + ASP.NET Credentials 401 Exception

I have a report saved on a SQL2005 reporting server, and I want to return a rendered PDF of this report. I've figured this out when working with a local *.rdlc file (and I've blogged about it), but ...
6
votes
2answers
2k views

ASP.NET MVC 3 Intranet site on IIS7.5 w Windows Authentication gives 401.3 and File authorization failed for the request when trying to log in

I have made an ASP.NET MVC 3 Intranet site with Windows Authentication enabled: in the Visual Studio project file properties in the web.config, i.e. <authentication mode="Windows"/> on the ...
5
votes
1answer
2k views

How to prevent IIS7 for handling HTTP status code 401?

I'm working my ASP.NET MVC 2 project. I create exception filter for catching unauthorized access exception that occur when user does not has permission to view some action. ...
1
vote
1answer
451 views

strange 401 error appears for some urls when using .htaccess to redirect http to https

OK, here is the 7th day of unsuccessfull attempt to find an answer why 401 error appears... Now, .htaccess in the root folder contains the only 3 strings (was simplified) and there are NO more ...
4
votes
2answers
348 views

Get rid of a 401 (unauthorized) ajax error in browser console

I'm calling an api through javascript using a jQuery.ajax call. The api respond with 401 if the user is not authenticated and I want to ignore this error only for this call. I've tried all the ...
3
votes
2answers
1k views

urllib2.HTTPError: HTTP Error 401 while querying using the new Bing API ( in azure marketplace )

So, I ve made corrections based on most of the answers under the same roof in stack overflow, I'm still unable to resolve this problem. queryBingFor = "Google Fibre" quoted_query = ...
3
votes
2answers
629 views

Android: HttpsUrlConnection with Authenticator for Basic Authentication iterates forever when password is wrong (on 401 response)

I am using an HttpsUrlConnection with Basic Authentication by using an Authenticator and setting a default Authenticator object like this: Authenticator.setDefault(new Authenticator() { protected ...
2
votes
3answers
2k views

MVC 3 401 Unauthorized on hosting server

I have an MVC 3 application that is giving me a 401 error when I try and access it from the remote server, but when I run it from my local computer it runs with out any error. The remote server has ...
2
votes
0answers
718 views

MVC + Ajax call to Controller Loses Authentication

I've seen similar issues in some posts but none of the answers have helped yet. My MVC app has a few AJAX/JSON response methods in one controller, and the calls get to destination but it doesn't work ...
2
votes
4answers
3k views

Return 401 from WCF service

How can I return a HTTP 401 from a WCF service?
1
vote
5answers
7k views

Very Slow Sharepoint (Authentication Problem? - Getting 401 errors on images and styles)

I'm currently using Team Foundation Server and WSS 3.0 as the Team Portal. After the installation and configuring, I noticed the application was very slow sometimes, taking minutes to load a page. ...
1
vote
2answers
5k views

Why my httpwebrequest post to myhandler.ashx is rejected with status code 401

I've already written an HTTPHandler that gets POSTed from a ColdFusion page and it works successfully; now, I am trying to write a web application in ASP.NET so I can post a form to the .ashx handler ...
5
votes
2answers
3k views

customerrors for 401.2 in ASP.NET

I successfully implemented role based authorization in ASP.NET. When a person does not have the needed role he gets to see an error page for 401.2 not authorized. What I would like to accomplish now ...
3
votes
1answer
608 views

asp.net 4.0 Custom 401.2 not Authorized custom page

I successfully implemented role based authorization in ASP.NET. When a person does not have the needed role he gets to see an error page for 401.2 not authorized. What I would like to accomplish now ...
2
votes
2answers
600 views

IIS asks for login credentials only on a specific folder

i have on IIS 7 a site which has several sub folders. the site was built using .net 2 and is running in a pool in integrated mode. the whole site works perfectly except for all aspx files under a ...
1
vote
1answer
7k views

Server returned HTTP response code: 401 for URL: https

I'm using Java to access a HTTPS site which returns the display in an XML format. I pass the login credentials in the URL itself. Here is the code snippet: DocumentBuilderFactory dbf = ...
1
vote
0answers
215 views

401 Unauthorized when custom IHttpHandler tries to read from virtual directory

I have a custom IHttpHandler, specified in web.config as follows: <httpHandlers> <add verb="*" path="*.html" validate="true" type="PipingRedirectHandler" /> <add verb="*" ...
1
vote
1answer
870 views

IE 7 not showing my custom 401 page

I created a 401 page, which is html, and within an accessible directory. It displays in IE 6, Firefox, Safari, but not IE 7. Here is the .htaccess file for setting the authentication on the ...
0
votes
0answers
340 views

401 Using Multiple Authentication Methods IE 10 only

I am not sure if this is more of a coding issue or server setup issue... On our production site we've run into an issue that is specific to Internet Explorer 10. I am using jQuery doing an ajax POST ...
0
votes
1answer
2k views

ASMX web-service-call The request failed with HTTP status 401: Unauthorized

In an Episerver-project a call is made from a website on one server to an ASMX-webservice at another server. The user calling has all right set in IIS 7 to write, create and retrieve files from ...
0
votes
1answer
789 views

401 Unauthorized with OData Update and Delete

For the first time I have stumbled upon a problem where the solution has not already been provided (completely) on SO, but I hope someone out there can help. My problem is similar to PUT and DELETE ...
0
votes
4answers
3k views

HTTP/1.1 401 Authorization Required with HttpClient 4.1.1

Updated Code:- Using SSL, still am getting the same error.. I am trying to open this uri https://some-host/a/getmeta?id=10 (this url is passed to proxi.jsp page) And this is my proxi.jsp page, ...