Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello,
I am trying to implement Email Alerts for failed tasks,
using this article:
I am getting an error when trying to get the data from the rest connector ( monitor_apps_REST_task ) using
WITH CONNECTION (URL “https://localhost/qrs/task/full”)
the error is:
"HTTP protocol error 403 (Forbidden): The server refused to fulfill the request."
i am using a domain user that is running the services and is an administrator on the server,
when i run a test on the connector its successful:
any idea on why this is happening?
best regards,
Ido.
Hi
Think you posted this in two places - here is my comment from that post ...
not sure if you ever resolved this - but I had the same issue... if you are using "WITH CONNECTION" to the QRS - you need to add the extra two lines for xrfkey and x-qlik-xrfkey ... see below
WITH CONNECTION(
URL "https://localhost/qrs/app/object/full?filter=app.id eq e1630cf9-0aa5-44e7-a347-250c7d6de431",
QUERY "xrfkey" "0000000000000000",
HTTPHEADER "X-Qlik-XrfKey" "0000000000000000",
)
;
I get the same problem, but adding those 2 parameters does not help - see:
https://community.qlik.com/t5/New-to-Qlik-Sense/Error-HTTP-protocol-error-403-Forbidden-The-server-r...