Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/countnazgul/qlik-sense-impersonate

Small web app that shows how to use Proxy API to get a ticket
https://github.com/countnazgul/qlik-sense-impersonate

Last synced: about 1 month ago
JSON representation

Small web app that shows how to use Proxy API to get a ticket

Awesome Lists containing this project

README

        

* rename `config_example.json` to `config.json` and populate:
* host (`my-server.com`)
* user - this user will be used in the header request
* domain
* name
* certificates - add `client.pem`, `client_key.pem` and `root.pem` in `cert` folder
* run `npm install`
* run `npm run start`
* open browser and navigate to `http://localhost:8080`