In C#, it's kind of easy to use windows credentials for making another web request from a web request (using webclient) : WCF impersonation/ Authentication
Is it possible to make the same with PHP ? I have a WCF web service that I would call from a PHP script who is on another server that the one where the PHP script is hosted.
Thanks by advance.