Hi,
We are making web http requests from our Delphi client. This works fine for Anonymous authentication. But we now want to go with windows authentication for our new requirement. For some reason, this do not work for us and the client windows credentials is not coming to the server as we would expect.
Anyone have any idea what could be going wrong when http request is made from the Delph client with Windows Authentation set as enabled in IIS please? We would expect the client windows credentials to reach the server side for us to do the authentication.
This works fine when we tried the same URL and same http requests in Fiddler and Postman. So there is something which Delphi is missing?
How Delphi client application provides/handles windows credentials?
Thanks
Tomy