Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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