Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
lroudebush1
Contributor
Contributor

General Web Connector URL decoding/encoding

I am needing some ideas how to force the web connectors during the decoding of a url.   Currently I pass in the following url of "items?%24skiptoken=Paged%3dTRUE%26p_ID%3d100.  When I review the log file, this becomes "/items?%24skiptoken=XXXXXX&p_ID%3d100"

Any ideas to help force the proper decoding of the url and not changing it so much?

Labels (1)
2 Replies
Bill_Britt
Former Employee
Former Employee

Hi,

Have you tried decoding it before you use it? \

items?$skiptoken=Paged=TRUE&p_ID=100

 

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
lroudebush1
Contributor
Contributor
Author

I did try passing it not encoded, but the same results happened.  Its almost like Qlik found a key word of token, thought it was for something else and changed it.  I believe this is happening with the Qlikview Rest connector, but the log is not showing the details.