Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
SterreKapteijns
Partner - Contributor III
Partner - Contributor III

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. 

Labels (4)
1 Solution

Accepted Solutions
marksouzacosta
Partner - Specialist
Partner - Specialist

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

View solution in original post

2 Replies
marksouzacosta
Partner - Specialist
Partner - Specialist

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
SterreKapteijns
Partner - Contributor III
Partner - Contributor III
Author

Hi @marksouzacosta 

Thanks, I have found one! Hashify API (getpostman.com)