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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Malar
Contributor II
Contributor II

Connection to Qlik Engine JSON API using JWT authentication through Python

Hi,

I am not able to establish connection to Qlik Engine JSON API through jwt using Python.

Getting error "Cross-Site Websocket Hijacking attack prevention check failed. Possible Cross-Site Websocket Hijacking attack(CSWSH) discovered." 

Please help me out in resolving the issue.

Regards,

Malar

Labels (2)
1 Solution

Accepted Solutions
alex_colombo
Employee
Employee

Hey @Malar , which Qlik Sense on prem version are you using? If you are running Nov 2024 onwards, you need to add CRSF token to websocket url (plus you need to add a configuration into your JWT VP).

View solution in original post

2 Replies
alex_colombo
Employee
Employee

Hey @Malar , which Qlik Sense on prem version are you using? If you are running Nov 2024 onwards, you need to add CRSF token to websocket url (plus you need to add a configuration into your JWT VP).

Malar
Contributor II
Contributor II
Author

Thanks @alex_colombo . Let me try it out !