Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Does anyone have a java example with java.net.URL for executing some API calls? I keep getting a "no client certificate" issue.
Hello all,
For those who are interested, I've created an updated example for how to request a ticket via Java. This version is more adaptable with a number of improvements and has better clarity. The biggest change is that you can now also use the standard certificates that are exported from Qlik Sense without having to convert them to the Java KeyStore (*.jks) format. You can find the code here: https://github.com/StevenJDH/Qlik-Sense-Java-Examples