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?