Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More

REST Connector Error: Qlik.Connectors.Rest.Services.RedirectNotAllowedException: HTTP response contains a redirect. Redirects are not allowed

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sebastian_Linser

REST Connector Error: Qlik.Connectors.Rest.Services.RedirectNotAllowedException: HTTP response contains a redirect. Redirects are not allowed

Last Update:

Nov 19, 2020 2:51:16 AM

Updated By:

Sebastian_Linser

Created date:

Nov 19, 2020 2:52:04 AM

When trying to make a call with the REST connector you receive the error:

Qlik.Connectors.SDK.Common.Source.SourceDataReadException: Error reading data. ---> Qlik.Connectors.Rest.Services.RedirectNotAllowedException: HTTP response contains a redirect. Redirects are not allowed in the current configuration, please contact your system administrator.
at Qlik.Connectors.Rest.Services.WebResponseHandler.HandlePossibleRedirect(HttpWebResponse response)

Environment

  • Qlik Sense all versions

Resolution

To allow redirects edit the following file:

C:\Program Files\Common Files\Qlik\Custom Data\QvRestConnector\QvRestConnector.exe.config

add or change the AllowAutoRedirect option within the <AppSettings> section to

<add key="AllowAutoRedirect" value="true" />

This will allow the request to proceed. If you are unsure why the redirect appear in the first place please investigate with your IT team.

Cause

Environmental configuration, e.g. transparent proxy

Labels (2)
Contributors
Version history
Last update:
‎2020-11-19 02:51 AM
Updated by: