Unanswered question

Java script throwing error "Crypto.js" not defined for the code var md5Header = CryptoJS.MD5(request.data).toString();

We need to generate Hmac.md5 session key for which added the Javascript code "var md5Header = CryptoJS.MD5(request.data).toString();"
when executing getting error message ReferenceError: "CryptoJS" is not defined.
Looks like some library file missing, where to get and how to add them.

Sambit T.
Sambit T.

Sambit T.

Level
0
1 / 100
point

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

Yes, you need to provide any JavaScript libraries

Mahadev B.
Mahadev B.

Mahadev B.

Level
0
11 / 100
points
Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

This is not the javascript you would find on a webapp, you cannot just include links. You need to download the code and drop the functions in a neoload javascript library

https://www.neotys.com/documents/doc/neoload/latest/#993.htm