I'm trying to write a script that fetches a bunch of URLs using UrlFetchApp, and they require NTLM authentication. But I haven't got a clue how to go about doing that and the only things I could find with Google are general descriptions of what NTLM is and how it works.
I need an example of how one would go about doing NTLM auth in actual code, preferably in Google Apps Script as it's the environment where I'm trying to achieve this. For example, this page was great in showing how to do Basic authentication. I was hoping I could find something similar with NTLM, but so far I've had no luck.