This is kind of a dumb question, but I can't seem to find the answer on google.
I'd like to protect my REST enabled WCF service WSDL with https username and password logon (like my Linksys router prompts me to enter when I navigate to 192.168.1.1).
I'm already using a BasicAuthenticationRequestInterceptor with the WCF Rest Starter Kit...and that allows me to have the client use classic http header based authentication...but that doesn't seem to get me to the point where the user is prompted to enter a username and password when they go to http://mysite.com/services/myserivce.svc...
How do I do this?
Thanks.