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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
RickHedin
Contributor
Contributor

Can I use the Talend API Tester in a "live" mode?

Hi.   I am using Talend API Tester.   It's a great product.   I am using the Community Edition. 

I get the document that I requested by my GET or POST.   But some of the time, I would like to see the interpreted version.   Instead of <input type="checkbox" id="yesOrNo" checked> I would like to see a picture of a checkbox. 

Is there a way to make the tool do that?  Some way to say "don't put the output here; put it in this other tab, over there?"  I can buy the cloud subscription, if that's best. 

Labels (1)
1 Reply
RickHedin
Contributor
Contributor
Author

I have a partial answer for myself.  It looks like I can 1) export the request from Talend API Tester as a curl command, 2) convert the curl command into a Javascript fetch here: https://curlconverter.com/javascript/, 3) paste the js fetch command into the developer console in the actual webpage.   That should work.