Hi all,
I have a bit of an urgent ask so a quick response would be appreciated.
I’ve run into an issue while making requests through Custom Actions in AJO and wanted to check if anyone has a solution or workaround.
When passing a full URL into a Custom Action, AJO appears to modify the request URL by inserting its own variable values into the delimiter. For example, if we use an endpoint such as:
and we try to append a parameter using a semicolon, AJO automatically inserts a slash before the semicolon.
Similarly, when we attempt to pass query parameters, AJO rewrites the endpoint and adds encoded characters like % values, which changes the final request URL.
Is there a recommended way to prevent AJO from altering the structure of the URL, or a best practice for handling parameters in Custom Actions so the URL is preserved as intended?
Thanks