These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

URL Encoding

I am making a get request to a multi instance panel with the following url:

https://imis.imiscloud.com/api/multi_ScholarshipOptions/~12345|2

But when I add the whole request to a content page the url is being encoded and the pipe turns into ascii %7C in the url and it returns a 404. Is there something I can do from the client side to fix this or is this an encoding problem on the server side?