
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to connect to the qlik engine api with python through a proxy (with windows authentication) ?
Hello,
I'm trying to connect to the qlik engine api with python but I can't. I read a post: https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-call-Qlik-Sense-Engine-API-with-P...
which looks very useful but unfortunately it doesn't work for me.
In my case I have to connect to a corporate proxy which complicates my task even more.
I tried to pass a proxy to my connection using websocket but it doesn't work (WebSocketProxyException(
websocket._exceptions.WebSocketProxyException: failed CONNECT via proxy status: 307).
https://websocket-client.readthedocs.io/en/latest/examples.html#connecting-through-a-proxy
I have no idea if I'm going in the right direction, do you have any resources to help me?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Could you post an example of your Code? Thank you very much.
This part of the WebSocet Documentation is very interesting.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
since I can't move forward, I first copied the header from my browser (when I access api engine). I don't think this is the best way to do it but this is what I use to start
