15 Jul 2020 07:26 AM - last edited on 13 Apr 2021 02:08 PM 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.
15 Jul 2020 04:03 PM
15 Jul 2020 04:19 PM
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);
15 Jul 2020 04:43 PM
Thanks for your help, I'll try to do so.