asp.net - Webhooks on Windows Authenticated Site -
i have mvc3 site uses windows authentication.
i need way kick off code on site through batch file. existing solution use curl call methods of 1 of controllers (i believe called webhook?) i'm running authentication problems, , don't want include domain user/password in batch file.
i considering creating seperate site uses anyonymous auth 1 controller, figured there has better way accomplish i'm trying do.
advice appreciated.
it turns out can use kerberos authentication in curl
curl.exe --negotiate -u : [url]
Comments
Post a Comment