14 Jul 2020
11:26 PM
- last edited on
13 Apr 2021
06:08 AM
by
MaciejNeumann
Hi there,
Do Syntethic HTTP Monitor pre/post script API has support for encoding with HMAC-MD5? As I see, only HMAC-SHA256 is available, but please correct me if I'm wrong. If not, do you plan to have it?
Thanks,
Sandor
Solved! Go to Solution.
I heard a response back on this and yet it should be doable if you import/paste the CryptoJs library code to do CryptoJS.HmacMD5(message, secret).toString(CryptoJS.enc.Hex);
Thanks for your help, I'll try to do so.