
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Include MD5 Hash Generator in Load Script
Hi all,
I am trying to create a REST connection with a certain application.
This application forces me to include a statement in the request body that is created by a MD5 Hash Generator (based on some other input values).
Is it possible to include this in the load script? Thus create a variable in the load script with a MD5 function and then include this variable in the request body.
Thanks in advance.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @SterreKapteijns,
I don't think there is a native MD5 Hash Generator in Qlik but I believe you can look for some REST API that generates that for you.
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @SterreKapteijns,
I don't think there is a native MD5 Hash Generator in Qlik but I believe you can look for some REST API that generates that for you.
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, I have found one! Hashify API (getpostman.com)
