qlik-oss / corectl

corectl is a command line tool to perform reloads, fetch metadata and evaluate expressions in Qlik Core apps.
Other
29 stars 11 forks source link

Sense Enterprise requires `engineData` in wsURL #451

Closed axelssonHakan closed 4 years ago

axelssonHakan commented 5 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

To be able to connect to Sense Enterprise the engineURL has to be u.Path = "/app/engineData/ttl/" + ttl

axelssonHakan commented 5 years ago

One idea is to instead of using corectl in the path set the user-agent for corectl to: user-agent: corectl/<version>

axelssonHakan commented 4 years ago

Implemented in #463