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 [at] server.domain.com/url/url.page.aspx

And they are getting this

Error 401.1 Unauthorized

I want them to get this

202 Success
murphyadam [ Fr, 08 Juni 2007 21:52 ] [ ID #1733389 ]

Re: IIS username:password@server.domain.com

On Jun 8, 12:52 pm, murphya... [at] sbcglobal.net wrote:
> 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:passw... [at] server.domain.com/url/url.page.aspx
>
> And they are getting this
>
> Error 401.1 Unauthorized
>
> I want them to get this
>
> 202 Success

You should read this: http://support.microsoft.com/kb/834489

You need to enable Basic authentication to make this work.

Also, this sends credentials in plain text over the network, so if you
really want to use Basic (often not the best choice) then you should
use SSL (HTTPS).

HTH,
Dave
DaveMo [ Sa, 09 Juni 2007 17:26 ] [ ID #1734097 ]

Re: IIS username:password@server.domain.com

I turned on basic authentication but I still get error 401 when trying
to POST.
murphyadam [ Di, 12 Juni 2007 22:46 ] [ ID #1735930 ]
Webserver » microsoft.public.inetserver.iis.security » IIS username:password@server.domain.com

Vorheriges Thema: Integrated Windows Authentication and Domain prefix on popup
Nächstes Thema: BBBBBBBB