Discussions
URL Encoding
over 5 years ago by Alex Lippincott
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?