I have WPF app and Web browser control in it. I am opening a web page which is a php application. I need to pass my machine credential's to the php application.
The Web browser control opens a [http://app/login.php]
. The user has logged onto the machine with his domain credential's. The PHP website uses windows authentication..
Both the WPF application and php site are internal application(i.e. same domain)