07-29-2026, 07:39 AM
(11-05-2025, 07:19 AM)rialpleasan Wrote: Hey Ahmed,
You can indeed access the capcut pro URL and query parameters in a simpler way using the Request object.
Example:
To get the full URL, including the query parameters, you can use WebApplication->Request->URL.
This will give you the complete URL that the browser used to make the request.
WebApplication -> Request ->URL gives the full string, but is there a built-in helper method/property in IW16 to parse out a specific query parameter value directly (like Params.Values['myParam']), or do you usually just parse the raw URL string yourself?

