Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
SterreKapteijns
Partner Ambassador
Partner Ambassador

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

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

View solution in original post

2 Replies
marksouzacosta

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

SterreKapteijns
Partner Ambassador
Partner Ambassador
Author

Hi @marksouzacosta 

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