Question Richard Housham · Jan 21, 2019 Http Request NTML Auth Hi I'm using ensemble/cache 2016 is a NTML auth possible. Any code examples? Currently I've got set hr3 = ##class(%Net.HttpRequest).%New()set hr3.Username = "xxxxxx/xxxxxxxxx" set hr3.Password = "xxxxxxx"do hr3.Get("http://xxxxxxxxx/CaseNoteTracking/api/CaseNoteTrackingAPI/Get") From the looks of things I need a http 1.1 request? #API #Caché #Ensemble 0 5 0 836