Tagged Questions
The unauthorized tag has no wiki summary.
7
votes
5answers
471 views
Why is my .Net app contacting Verisign?
I wrote a .Net application that has nothing to do with network communication. There is not a single line of code in the whole application that uses the NIC, but my firewall has caught it trying to ...
5
votes
3answers
3k views
UnauthorizedAccessException cannot resolve Directory.GetFiles failure
Directory.GetFiles method fails on the first encounter with a folder it has no access rights to.
The method throws an UnauthorizedAccessException (which can be caught) but by the time this is done, ...
4
votes
3answers
1k views
UnauthorizedAccessException in Vista from frequent file I/O with .Net 2.0
At work, we have migrated from Windows XP to Windows Vista. After the migration, some of my unit tests, using nUnit, started to randomly fail with the System.UnauthorizedAccessException being thrown. ...
3
votes
4answers
484 views
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 to login page (which i have easily able to do)
if request is Ajax type ...
2
votes
1answer
103 views
Correct HTML status codes for unauthorized access and forbidden access. (using Ajax)
My PHP+JS+Ajax application requires users to log in, then saves login data to $_SESSION.
There are three types of users: User, Moderator, Admin. Each has more rights than previous.
All queries are ...
2
votes
1answer
541 views
Trouble getting a 401 response (unauthorized) from an iPhone app
I have a synchronous method to send out requests that looks like the following:
+ (NSString *)sendRequest:(NSMutableURLRequest *)request {
NSHTTPURLResponse *response;
NSError *error;
...
2
votes
1answer
489 views
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 same 3rd party.
In the XML editor view of the schema file, the xs:import element is ...
2
votes
3answers
1k views
List files user has read access to (ASP.NET)
I am wanting to list all the files in a folder that a user has read access to. The user visits the website and can use Forms Authentication for some aspects of the site (e.g. adding links etc), but I ...
2
votes
2answers
1k views
System.UnauthorizedAccess Exception C#
I currently have a compiled C# program but whenever I run it I get the Windows encountered a problem error.
This is from a System.UnauthorizedAccess error, how can I give access and remove this error ...
2
votes
6answers
402 views
Microsoft Access required for C# database access on end-user machines?
Silly question, perhaps.
I've developed an app on my machine that uses a Microsoft Access database (.mdb) to access certain information and populate a table with monitoring data using OLEDb.
The ...
2
votes
1answer
2k views
SharePoint custom web service consumption problems - HTTP 401: Unauthorized
I have a custom web service deployed into WSS 3. It has two web methods.
The first one returns the version of the loaded assembly without any invocation of the SharePoint objects.
The second returns ...
2
votes
1answer
845 views
Can HyperLinkButton in silverlight navigate a NAS or Local-file uri?
In my silverlight application I have a section like this:
<HyperlinkButton Content="{Binding MediaFile.FileName}"
TargetName="_blank"
NavigateUri="{Binding ., Converter={StaticResource ...
2
votes
1answer
1k views
Impersonating domain user in WPF - UnauthorizedAccess
I am trying to impersonate a domain user account in a WPF application so the application can write to a folder on the network. The domain user has sufficient rights to write to this location.
I'm ...
2
votes
1answer
852 views
Why am I getting a (401) Unauthorized Error in Google Calendar API
Ive been playing around with the Google Calendar API and am getting stuck on something. When i call this below to delete a calendar event it works fine on the first pass and usually the second. ...
2
votes
1answer
1k views
Reporting Services WS from Java - Getting (401)Unauthorized
We're writing a web application that is trying to replace all ReportManager functionality using calls to Reporting Services SOAP API.
We started working with SSRS 2008 and had our Java code working ...
1
vote
1answer
92 views
ASP.Net MVC - Conditional Unauthorized Redirects
My MVC3 app provides three ways for a user to log on
Email + Alias
OpenID Provider
Username + Password
The first two are for visitors without accounts, allowing them to comment/vote on things; the ...
1
vote
1answer
540 views
NetBeans + Git on BitBucket
I have a local git repository.
Recently I have added a remote repository from bitbucket, and have pushed my branch there without any problem by: git push bitbucket (since I've configured username and ...
1
vote
4answers
420 views
ASP.Net MVC 3 Redirect UnAuthorized User not to loginUrl
i have a project using ASP.Net MVC3 and using membership for roles. i use authorize in every controller.
eg:
[Authorize(Roles = "Administrator")]
public ActionResult Index(string q, int i)
{
...
1
vote
1answer
339 views
Returning a 401 Unauthorized from WCF Web API in an MVC 3 App
I'm using the WCF Web API (the latest version, which I think is 0.5, obtained from the VS2010 Ultimate integrated package dependency GUI).
I've got a simple API class exposed and in each method I'm ...
1
vote
1answer
429 views
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 the default, which is:
{"error":"You need to sign in or sign up before continuing."}
...
1
vote
3answers
504 views
Set 403 error page in MVC
I overrides the class to perform custom Authorization
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, Inherited = true, AllowMultiple = true)]
public class AuthorizeAttribute : ...
1
vote
1answer
172 views
Facebook “Unauthorized IP address” exception
My facebook app doesn't work in production environment.
On localhost everything works fine, but in production environment Facebook returns "unauthorized IP address" exception.
I use ...
1
vote
2answers
272 views
Getfiles() UnAuthorizedAccessAcception in WIN7
Problems
UnAuthorizedAccessException: When searching a directory recursively such as C:\
A "Access to the path 'c:\Documents and Settings\' is denied." Occurs even with UAC Priveledges upgraded ...
1
vote
1answer
409 views
unauthorizedaccessexception for a “MessageBox” in SilverLight
I have this piece of code in my Silverlight project:
private void button1_Click(object sender, RoutedEventArgs e)
{
string baseUri = "http://foo.bar";
HttpWebRequest request = ...
1
vote
2answers
582 views
IIS7 - 401 Unauthorized error while reading external xml file from a swf (flash)
I am getting a 401 unauthorized error when I try to read an XML file from a flash SWF file in IIS7. The file is located right next to the SWF file in the file system.
When I browse to the XML file ...
1
vote
1answer
54 views
ASP.NET Page Unauthorization for common pages
I am developing a web application which has form based authentication. All pages needs to be authenticated except AboutUs and ContactUs pages.
I configured everything correct except AboutUs and ...
1
vote
1answer
514 views
asp.net mvc 2 Change redirection of unauthorized actions
Solution is called Portal which holds Areas/CMS/Login folder inside it. Login controller in CMS/Controllers is almost the same as AccountController in Portal solution. I customized Login and it works ...
1
vote
2answers
250 views
Saving application data in Windows XP when “Run As” is 'protecting the computer from unauthorized activity'
I'm trying to make it so I can save data from my program when the user is running the applicaiton through run as like through this dialogue box. I'm finding I cant actually write to any folder and ...
1
vote
2answers
16k views
Calling webservice in C# using SSL - '(401) Unauthorized'
I'm calling a method on a web service from behind a proxy server using the following code:
myWebService.TestWebService webservice = new myWebService.TestWebService();
webservice.Url = ...
0
votes
1answer
28 views
Basic Auth urllib2 with HTTPPasswordMgrWithDefaultRealm and POST data
I have this cURL call that works perfectly:
curl -H 'X-Requested-With: SO demo' -d 'parameter=value' https://username:password@api.domain.com/api/work/
My conversion does not work.
import ...
0
votes
4answers
86 views
How to protect the iOS application in case of any OS attack(On jail broken devices)
I would like to protect my application data in case of any OS attack or unauthorized access on jail broken iOS devices. Is there any way to detect such threats and protect app data in such cases.
0
votes
0answers
131 views
Linkedin Share Api using simple curl
I do a simple request to share something on my linkedin profile
I try to just do it with curl but it doesn't work
I set the content-type to JSON in the header and I also set the authorization in the ...
0
votes
2answers
209 views
How can I show Authenticated but UNAUTHORIZED users an unauthorized page MVC 3?
I have an application where some users belong to a Role, but may not actually have access to certain data within a URL. For instance the following url is open to all users
/Library/GetFile/1
...
0
votes
1answer
97 views
Linkedin Share Api using tornado LinkedinMixin and JSON content
I'm using tornado web server and to integrate linkedin in my application I'm using the LinkedinMixin class that I add to the framework from an unofficial code in github. All is working perfectly, but ...
0
votes
2answers
156 views
C# - UnauthorizedAccessException in Directory.CreateDirectory()
I'm new at C#, but I guess I'm using a simple command in Directory.CreateDirectory,
and while I was only building in my own PC everything was fine. But when I published it and opened the app in other ...
0
votes
0answers
314 views
“The remote server returned an error: (401) Unauthorized.” in ASP.net URL access reports
i can access a URL from browser of same webserver where application is deployed but HttpWebRequest gives "The remote server returned an error: (401) Unauthorized." in ASP.net
...
0
votes
0answers
116 views
Rails 3 with CanCan 2.0: Unauthorized create action even when authorized in Ability.rb
I'm using CanCan 2.0 for authorizing controller actions and resource modifications in my Rails 3.1 application. The problem is that I want a new user to be able to be able to register (create a new ...
0
votes
2answers
101 views
Restrict unauthorized access to file download using handler
I am working on a website where the images and other files are handled by a handler named resources.ashx. These files are not stored in any folder but are fetched from database.
The problem is the ...
0
votes
0answers
5 views
COREBlog2 autorization Problem
I am using COREBlog2 and I get following error, when I am trying to show the weblog page:
http://pastie.org/2561697
With the admin account everything is shown correctly, but if I am trying to open ...
0
votes
0answers
46 views
Reading Site.state with NETWORKSERVICE appPoolIdentity throws unauthorizedAccessException
I have a IIS7 management class that creates, updates and deletes sites using ServerManager. The application is running on a WindowsServer2008 using the networkservice as the appPoolIdentity. ...
0
votes
1answer
395 views
Getting HTTP 401 unauthorized error while accessing WCF service through code
We have a third party WCF service to access in our web-service. For this we first generated proxy class for these WCF services using svcUtil.exe and have used them in our web-service code.
The WCF ...
0
votes
0answers
332 views
twitter api error :The remote server returned an error: (401)
i don't know english very well im sorry for that
now i want to integrate twitter to my site. at local not problem but when i publish site at host it gives "The remote server returned an error: (401)" ...
0
votes
3answers
134 views
FileStream throwing UnauthorisedAccessException - C#
I am trying to create a FileStream but keep getting "UnauthorisedAccessException", what is wrong with this statement?
FileStream fs = new FileStream(@"C:\", FileMode.Create, FileAccess.ReadWrite);
...
0
votes
0answers
71 views
UnauthorizedAccessException NMAP->HDD c#
im trying to wrote some application, which has some fragment of code copying file from mapped NMAP-drive into the local-drive. It works on almost all PCs but doesnt on some which have either domain ...
0
votes
2answers
362 views
IO.File.Delete Random UnauthorizedAccessException [VB.NET]
I'm using My.Computer.Filesystem.WriteAllBytes to write out an executable stored in my application's resources to it's startup directory. After running the executable, I then delete it. Everything ...
0
votes
2answers
102 views
creating folder in windows dir
I wanted to automate this process: http://www.blogsdna.com/2698/you-can-customize-windows-7-logon-background-officially.htm
Registery was no problem.
But when i wanted to create the backgrounds ...
0
votes
1answer
600 views
Calling SharePoint Web Service over SSL in VB.Net (401 Unauthorized)
I'm trying to call the AddAttachment of the Lists.asmx SharePoint web service the below code works fine if I'm calling the web service over HTTP.
Dim img(MyFile.PostedFile.ContentLength - 1) ...
0
votes
1answer
77 views
Posting a status to Twitter. browser vs. code
I am trying to post a status update to Twitter. I wrote an API call so that when I do
http://.....&token=$token&s=$token_secret&msg=hello ...it works fine when I type the URL into the ...
0
votes
1answer
176 views
how to ensure that our site authenticates with kerberos
I am working with HttpWebRequest in dotnet. I am using delegation (impersonation) to do this,
request.Credentials = CredentialCache.DefaultCredentials;
request.ImpersonationLevel = ...
0
votes
2answers
846 views
WebView.setHttpAuthUsernamePassword() not working?
I am developing part of an Android application that needs to use a WebView to open a password protected site. I am using SharedPreferences to provide the username and password from when the user logs ...