IIS username:password@server.domain.com
How can I set up IIS to accept authentication from a client POSTing to
my website with their username/password in the URL?
Right now I have Annonymous turned off and Digest turned on. The user
account has read/execute privileges for the virtual folder.
So they are sending me this
http://username:password@xxxxxxxxxxxxxxxxx/url/url.page.aspx
And they are getting this
Error 401.1 Unauthorized
I want them to get this
202 Success
.
Relevant Pages
- Re: Basic Authentication + IIS 5 + Windows 2000 + Frontpage 2002 = failure?
... > By this, I mean, usually, on the basic logon screen of a server, I see ... >>;) under the website in question, enabling only Basic authentication. ... and can use the local administrator account to successfully ... (microsoft.public.inetserver.iis.security) - Re: Strange IIS Server behavior
... Well what i ment was in IIS for this virtual directory, ... In the website internally, we have a login module which is ... Due to Server Configuration with No Authentication) ... (microsoft.public.inetserver.iis.security) - RE: Windows Authentication on iis new website not working (fine on
... Is the server a MS or a SA server? ... If authentication baffles you ... Trying to move the contents on the default website onto a new website ... Full IIS running on a domain network. ... (microsoft.public.inetserver.iis.security) - RE: prompted for username, password on iis5 running xp pro
... >Server will negociated an authentication method. ... >an valid username/password, the username/password box ... >the web server will send the content to the client. ... >the Web Server in Windows 2000 Server and Windows XP Pro ... (microsoft.public.inetserver.iis.security) - RE: Using MySites with Forms Authentication mode?
... I set up a website for the front end portal called OFWI. ... left ofwispp as windows authentication. ... Membership Providers and after that i went to central administration and set ... Both have the same ASPNet Mebership provider. ... (microsoft.public.sharepoint.portalserver) |
|