Hi need PHP to run code and be able to read files from another IIS server.
The IIS server cant be alloud to allow anonymous users coz every one and any one could get in and run.
So any chance there is a way to give php files which always run from one location permission to access the IIS box ? Set the user and password which reference with IIS or something.
Would you mind clarifying your question?
I don't understand what your problem is, or what you are trying to do.
Do you want to GET a URL from an IIS machine which requires the user to authenticate using integrated windows (NT Cahllenge / Response) security? Forget it, you can't do it.
The best way to do it is to expose the functionality from IIS by using a webservice, and then consuming that from PHP.
Bookmarks