anyone ever worked with Digest Authentication usin...
# suitescript
k
anyone ever worked with Digest Authentication using suitescript ?
b
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
Thanks for response @battk I’m looking for SS2, if possible, but I couldn’t able to find anywhere
b
As i mentioned before, your best bet is to find a npm module that implements digest authentication on npm and adapt it for netsuite