http-status-code-401 Questions
2
Solved
First of all, I'm sorry if this is a too silly question... this is the first time I'm trying to use any of the technologies involved in this script (Python, the drive api, oauth 2.0, etc). I swear ...
Casein asked 11/1, 2013 at 20:49
1
Solved
Reference:http://developer.android.com/google/gcm/demo.html
Server 401 when trying to send a message to my android device.
HTTP Status 500 - HTTP Status Code: 401
type Exception report
message ...
Nicolette asked 21/12, 2012 at 5:47
2
Solved
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...
Blastema asked 18/10, 2011 at 13:51
4
I've created an intranet site that uses windows authentication
In chrome I can access the site instantly, and in FF it requires Active Directory login.
But with IE7 I'm getting the following error...
Lungwort asked 25/8, 2011 at 10:43
2
I am in asp.net web API. In login method I check the user/password against the db and if they do not match, I return 401 status code along with invalid user or password method like
var content = n...
Levo asked 20/9, 2012 at 11:37
5
I am using Asp.net, IIS 6 and cdn for serving images.
I am having a problem with loading the images in my website. images are under a virtual folder. Everytime I hit refresh of the browser, some o...
Dyslexia asked 28/4, 2011 at 14:16
3
Solved
We have just started to use Windows Server 2008 R2 and IIS7.5 and I'm trying to move some existing sites across from our Windows 2003 box. I can get the sites running ok but am getting 401 er...
Reginaldreginauld asked 29/10, 2009 at 14:23
3
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...
Dufour asked 5/10, 2011 at 16:0
4
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,...
Stuppy asked 1/7, 2011 at 18:22
4
Solved
I have application with many ajax actions (implemented using JQuery.ajax), that returns JSON ot html. Some of them should be accessible only to authorized users, and I decorated them with [Authoriz...
Uveitis asked 7/3, 2012 at 20:57
2
I'm trying to integrate github issues api into a project. I think I'm following the rules of oauth, and everything that is needed and mentioned on http://develop.github.com/p/issues.html,
but it d...
Cunctation asked 14/7, 2011 at 16:5
2
Solved
Should a failed login attempt result in a HTTP 401 response? Doesn't seem like all the major sites do this.
Sen asked 25/11, 2011 at 20:9
3
Solved
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...
Holinshed asked 6/1, 2011 at 10:2
1
Solved
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 ...
Robi asked 24/7, 2011 at 7:58
1
Solved
I'm using WebBrowser control in my asp.net application to generate screenshots of web pages. I was able to generate images till I changed the application pool account. I've given the new applicatio...
Touristy asked 9/6, 2011 at 13:30
0
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 v...
Ahron asked 19/5, 2011 at 17:25
2
Solved
Is there a way to logout of a digest authentication done in php.
I have tried unset($_SERVER["PHP_AUTH_DIGEST"]);
But it wont ask to relogin.
I know if i close the browser then it will work and he...
Pretty asked 5/1, 2011 at 4:43
3
Solved
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 somew...
Gan asked 19/2, 2010 at 16:27
4
How can I return a HTTP 401 from a WCF service?
Macfadyn asked 28/12, 2009 at 7:0
2
Solved
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...
Selfopinionated asked 17/9, 2009 at 14:27
4
Solved
I'm a developer not a wordsmith and as such I'm stuck.
We have a subscription based site whereby users may well come across our 401 page.
We've decided that the IIS 401;2 page needs replacing.
...
Faintheart asked 17/10, 2008 at 11:7
© 2022 - 2024 — McMap. All rights reserved.