Closed axelssonHakan closed 4 years ago
The Sense proxy doesn't like the corectl in the enginePath https://github.com/qlik-oss/corectl/blob/master/internal/urlparser.go#L94
corectl
enginePath
To be able to connect to Sense Enterprise the engineURL has to be u.Path = "/app/engineData/ttl/" + ttl
u.Path = "/app/engineData/ttl/" + ttl
One idea is to instead of using corectl in the path set the user-agent for corectl to: user-agent: corectl/<version>
user-agent
user-agent: corectl/<version>
Implemented in #463
The Sense proxy doesn't like the
corectl
in theenginePath
https://github.com/qlik-oss/corectl/blob/master/internal/urlparser.go#L94To be able to connect to Sense Enterprise the engineURL has to be
u.Path = "/app/engineData/ttl/" + ttl