May I know why I got this error?
“ReferenceError: KEYUTIL is not defined”
Based on my finding, how can I import jsrsasign.js into POSTMAN and use KEYUTIL function?
May I know why I got this error?
“ReferenceError: KEYUTIL is not defined”
Based on my finding, how can I import jsrsasign.js into POSTMAN and use KEYUTIL function?
I have the same issue here! …
still no solution here? or response at least?
Not sure if this would be still needed but there we go:
jsrsasign-js
and set it as a global or environment variablepm.globals.set('jsrsasign-js', responseBody);
eval(pm.globals.get("jsrsasign-js"));
I hope this helps someone, I guess after a year this has been solved though.