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

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -