Re: Make cCURL request from PHP on IIS using Windows authentication

2020-05-14 Thread Chris Korzen via curl-library
Thank you for the quick response. Yes, Application Pool is a context that the application is running under in IIS and has its own user identity. This does work correctly using curl at the command line, which is why I think it may have something to do with the curl library build. Yes, I am trying

Re: Make cCURL request from PHP on IIS using Windows authentication

2020-05-14 Thread Daniel Stenberg via curl-library
On Thu, 14 May 2020, Chris Korzen via curl-library wrote: What I want to do is use NTLM authentication and automatically send the credentials of the user that the client app's application pool is running under. The "client app's application pool", is that the server software? $curl->setOpt(