Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Qlikers,
I was trying to access - https://server.domain.com/healthcheck/ for one of the proxy - **bleep** engine servers of my environment I get :
Am I missing any configuration which is required to access this url ?
I was using this support link - https://help.qlik.com/en-US/sense-developer/February2021/Subsystems/EngineAPI/Content/Sense_EngineAP...
Many Thanks,
Asmita.
SOLUTION -
Since this API belongs to the Engine, you must either prepend your URL with /engine/ or forward the request to port 4747 on a specific machine (Engine port). Example from your case:
https://itseelm-nt4327.ikea.com/ENGINE/healthcheck OR https://itseelm-nt4327.ikea.com:4747/healthcheck
SOLUTION -
Since this API belongs to the Engine, you must either prepend your URL with /engine/ or forward the request to port 4747 on a specific machine (Engine port). Example from your case:
https://itseelm-nt4327.ikea.com/ENGINE/healthcheck OR https://itseelm-nt4327.ikea.com:4747/healthcheck