Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
idogridish2
Creator II
Creator II

Error HTTP protocol error 403 (Forbidden): The server refused to fulfill the request.

hello,

I am trying to implement Email Alerts for failed tasks, 

using this article:

https://dataqlues.com/super-simple-app-to-send-email-notification-about-failed-reload-tasks-from-qli...

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:

2019-06-28_2243.png 

any idea on why this is happening?

best regards,

Ido.

Labels (2)
2 Replies
rakeshshah
Partner - Creator
Partner - Creator

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",
)
;

Daniel_G
Partner - Creator
Partner - Creator

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...