RE: Basic Authentication
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Have you configured your web.config file to deny un authorize access? doing
this will insure anonymous access to this folder, thus forcing the browser to
open up the Authentication dialog.
Hope this helps
"Spiff" wrote:
> Greetings!
>
> I have a web application with basic authentication and i need to read a
> XML File from the server, to do so i need credentials. So I generate
> network credential by using the data i get with
> Request.Headers("Authorization").
>
> But sometimes after the browser ask me for authentication, when i read
> the Request.Headers("Authorization") it returns nothing - so i can't
> read the XML file - but the browser don't ask me for authentication...
>
> Does anyone know what could be? How can i resolve this problem?
>
>
> Thanks,
>
> Spiff
>
>
.
Relevant Pages
- Re: Silent Authentication
... authentication and then on failure directing the browser to a second page ... that does not require authentication, ... browsers up with the right settings they will auto logon, ... we would still authorize access and provide default user ... (microsoft.public.inetserver.iis.security) - Re: Substituting new Context.User.Identity for Authentication in SPS 2003
... MS SharePoint Portal Server does not perform authentication. ... MS SPS does perform authorization based on a Windows account presented ... Since SPS is accessed via a browser, ... (microsoft.public.sharepoint.portalserver.development) - Re: Soymail not working with WASD
... A 404 can also indicate the server account does not have permission to access the file entry in the parent directory and therefore does not 'see' it during the directory search. ... Once authentication is going I suspect we may be back to analysing the originally reported 404 error. ... WATCH is a tool that if it doesn't indicate exactly the reason for any given server behaviour usually provides a very good hint. ... which should provide you with a browser username/password dialog box requesting authentication for "SKELKEY". ... (comp.os.vms) - Re: ASP and NTFS
... If you are using a HTTP based authentication mechanism (eg NTLM, Basic, ... then the browser needs to send the appropriate credentials in ... > be able to redirect with the user name and password they already ... (microsoft.public.inetserver.iis.security) - Re: Forms Based Authentication and the OpenWave Browsers
... Try taking this redirect out of the try...catch; ... > Authentication in cookie enabled WAP browsers. ... > Samsung Browser, Forms Authentication and RedirectFromLoginPage - This is ... > Open Wave Browser and Cookies - While regression testing my new change, ... (microsoft.public.dotnet.framework.aspnet.security) |
|