Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/countnazgul/qlik-sense-impersonate
- Owner: countnazgul
- License: mit
- Created: 2020-07-07T15:34:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T04:36:18.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T20:18:58.087Z (9 months ago)
- Language: TypeScript
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`