Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sense Section Access Anomaly Test

I am in an interesting situation where we want to test the individual section access of another user. Reason being, a field employee was not seeing the correct data. Over a screen share it was confirmed that the information was not matching when compared to another user which was created with the same access copied over.

Is there someway to mirror a particular assigned token for testing? Even if it requires leveraging the dev hub...

1 Solution

Accepted Solutions
Levi_Turner
Employee
Employee

The easiest method for me is using header injection combined with Fiddler to inject the headers. So using something like this (Qlik Sense 1.1: Set Up Header Auth Virtual Proxy) combined with Fiddler should do the trick.

View solution in original post

2 Replies
Levi_Turner
Employee
Employee

The easiest method for me is using header injection combined with Fiddler to inject the headers. So using something like this (Qlik Sense 1.1: Set Up Header Auth Virtual Proxy) combined with Fiddler should do the trick.

Not applicable
Author

Levi- Thank you so much for the informative response!