Forum Discussion
JM-CV
3 years agoRegular Visitor
Avoid URL encoding in the Query of Web.Contents
Hello all, In order to avoid a dynamic url in Web.Contents (to automatcaly refresh dashboard in Power BI Services), and given tha paging system of the Azure API, I wrote the code below to achiev...
iBusinessBI
2 years agoKudo Collector
Any solution? Same here. My Query parameters automaticaly get encoded so instead of the correct parameter:
search=(status:(values:List(ACTIVE)))
The following is what gets requested and I get 400 Bad request
search=%28status%3A%28values%3AList%28ACTIVE%29%29%29
How can I prevent it from encoding?
The following is what gets requested and I get 400 Bad request
search=%28status%3A%28values%3AList%28ACTIVE%29%29%29
How can I prevent it from encoding?