Hi,
Is it possible to have IIS authenticate a user in the following way with Basic Authentication:
Calling the
web service using URL authentication ( I know it's not secure and all that ;)
http://username:password@webservice
and then extracting the username and password within the web service?
And how do I extract the username and the password in the web service?
Thanks in advance,
Lars