Hi experts, I enabled windows authentication for asp.net mvc project. I'm in company domain, and when I send an get request to server side, I don't see any special stuff like username/pwd in header/body. How does server know who am I?
And if I send an ajax call to server, do I need to include username/pwd as part of this call?
Please help.