anyone ever worked with Digest Authentication using suitescript ?
b
battk
09/04/2019, 3:56 AM
i did it in ss1. I implemented it myself while i was still learning javascript. If I had to do it again, I would start looking at examples on npm. I wouldn't expect to find anything you could use, but at least the logic behind it might be usable
k
Kevin
09/04/2019, 7:25 PM
Thanks for response @battk I’m looking for SS2, if possible, but I couldn’t able to find anywhere
b
battk
09/04/2019, 7:40 PM
As i mentioned before, your best bet is to find a npm module that implements digest authentication on npm and adapt it for netsuite