I've got a setup in which a LAMP server needs to retrieve an output from a javascript file from another server IIS that is sitting behind Windows NT authentication.
Without the authentication in place, I can just use file_get_contents()
to retrive the javascript file I need. However with Windows NT Authentication in place, this fails.
Does anyone have any ideas how I can simulate the authentication process in order to allow PHP to retrieve the file?