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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -