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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
phdBender
Partner - Contributor
Partner - Contributor

Qlik Sense Session API - Multiple matching endpoints found

Hi everyone!

I am working on auth using Session API. It is all fine with requests to get sessions list and start new session. But when I try to request session info or delete session response of Qlik Sense is HTTP code 400 and error message "Multiple matching endpoints found"

 

Request URl - https://{QlikHost}:4243/qps/{VirtualProxyName}/session/{sessionID}/?xrfkey=1234567890123456
HTTP Header
array(
    'X-Qlik-Xrfkey: 1234567890123456'
)

 

But if I send request to central proxy all requests works fine.

May be something wrong with settings of VirtualProxy?

Labels (2)
0 Replies